Download Latest Version v4.6.1 source code.zip (2.0 MB) Google Add to Preferred Sources
Home / v4.6.1
Name Modified Size InfoDownloads / Week
Parent folder
kubectl-openebs-aarch64-apple-darwin.tar.gz 2026-09-10 13.3 MB
kubectl-openebs-aarch64-linux-musl.tar.gz 2026-09-10 14.2 MB
kubectl-openebs-x86_64-apple-darwin.tar.gz 2026-09-10 13.6 MB
kubectl-openebs-x86_64-linux-musl.tar.gz 2026-09-10 14.7 MB
kubectl-openebs-x86_64-windows-gnu.tar.gz 2026-09-10 21.9 MB
README.md 2026-09-09 3.9 kB
v4.6.1 source code.tar.gz 2026-09-09 1.9 MB
v4.6.1 source code.zip 2026-09-09 2.0 MB
Totals: 8 Items   81.8 MB 2

OpenEBS 4.6.1 Release Notes

Release Summary

OpenEBS v4.6.1 is a patch release on top of v4.6.0, delivering targeted fixes and minor enhancements across the storage engines.

This release includes new patch releases of Replicated PV Mayastor (v2.12.1), Local PV LVM (v1.10.1), Local PV ZFS (v2.11.1) and Local PV Rawfile (v0.15.1). Local PV Hostpath remains at v4.6.0.

Engine Versions

Engine Version Release Notes
Replicated PV Mayastor v2.12.1 Mayastor v2.12.1 release notes
Local PV ZFS v2.11.1 Local PV ZFS v2.11.1 release notes
Local PV LVM v1.10.1 Local PV LVM v1.10.1 release notes
Local PV Hostpath v4.6.0 Local PV Hostpath v4.6.0 release notes
Local PV Rawfile v0.15.1 Local PV Rawfile v0.15.1 release notes

Change Summary

Replicated Storage (Mayastor)

Refer to the Mayastor v2.12.1 release notes for detailed changes.

Local Storage

LVM

  • Add a --default-format-options node agent argument (lvmNode.defaultFormatOptions in the Helm chart) to set node-level default mkfs options per filesystem, used when a StorageClass does not set formatOptions (https://github.com/openebs/lvm-localpv/pull/506)

Note for users on older kernels: mkfs.xfs 6.5+ enables the nrext64 feature by default, which only kernel 5.19+ can mount. On clusters with older kernels, set lvmNode.defaultFormatOptions.xfs: "-i nrext64=0" (or the per-StorageClass formatOptions) to keep XFS volumes mountable.

ZFS

The same older-kernel note as LVM above applies; set zfsNode.defaultFormatOptions.xfs: "-i nrext64=0" if any node runs a kernel older than 5.19.

Rawfile

Hostpath

  • No changes; Local PV Hostpath remains at v4.6.0.

New Contributors

Source: README.md, updated 2026-09-09