| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kubectl-openebs-aarch64-apple-darwin.tar.gz | 2026-06-18 | 12.1 MB | |
| kubectl-openebs-aarch64-linux-musl.tar.gz | 2026-06-18 | 12.9 MB | |
| kubectl-openebs-x86_64-apple-darwin.tar.gz | 2026-06-18 | 12.4 MB | |
| kubectl-openebs-x86_64-linux-musl.tar.gz | 2026-06-18 | 13.4 MB | |
| kubectl-openebs-x86_64-windows-gnu.tar.gz | 2026-06-18 | 20.1 MB | |
| README.md | 2026-06-17 | 2.5 kB | |
| v4.5.1 source code.tar.gz | 2026-06-17 | 1.9 MB | |
| v4.5.1 source code.zip | 2026-06-17 | 2.0 MB | |
| Totals: 8 Items | 74.6 MB | 0 | |
OpenEBS 4.5.1 Release Notes
Release Summary
OpenEBS v4.5.1 introduces a set of bug fixes over the last minor release.
It is strongly recommended that you upgrade to this patch release as it fixes a critical issue in Replicated PV Mayastor (https://github.com/openebs/mayastor/issues/2004).
Change Summary
Replicated Storage (Mayastor)
- unnest thread fd_group before destroy in interrupt mode (https://github.com/openebs/mayastor/issues/1999)
- revert back to arc descriptor guard (https://github.com/openebs/mayastor/issues/2004)
- account for snapshot clone creation (https://github.com/openebs/mayastor/issues/1998)
Refer to the Mayastor 2.11.1 release notes for detailed changes.
Local Storage
ZFS
- Surround the image value in Kubernetes YAMLs with double quotes (similar to https://github.com/openebs/dynamic-localpv-provisioner/issues/336)
LVM
- Surround the image value in Kubernetes YAMLs with double quotes (similar to https://github.com/openebs/dynamic-localpv-provisioner/issues/336)
Hostpath
- Surround the image value in Kubernetes YAMLs with double quotes (https://github.com/openebs/dynamic-localpv-provisioner/issues/336)
Rawfile
- Add
rawfile_pool_backing_fs_available_bytesandrawfile_pool_backing_fs_usage_bytesmetrics; remove the inconsistently namedrawfile_pool_available_bytes/rawfile_pool_usage_bytes - Fix
KeyErrorwhen Task Manager reads tasks withoutretry_countkey - Add
capacityPollIntervalparameter for external-provisioner - Surround the image value in Kubernetes YAMLs with double quotes (similar to https://github.com/openebs/dynamic-localpv-provisioner/issues/336)
LocalPV Release Notes
-
LocalPV ZFS:
Refer to the Local PV ZFS v2.10.1 release for detailed changes. -
LocalPV LVM:
Refer to the LocalPV-LVM v1.9.1 release for detailed changes. -
LocalPV Hostpath:
Refer to the LocalPV Hostpath v4.5.1 release for detailed changes. -
LocalPV Rawfile:
Refer to the LocalPV Rawfile v0.14.1 release for detailed changes.
New Contributors
- @hmonsalv made their first contribution in https://github.com/openebs/dynamic-localpv-provisioner/pull/338