This episode reviews the current RAID landscape: mdadm 4.6 features and fixes including the lockless bitmap and boot fixes, OpenZFS 2.4 with RAIDZ expansion, AnyRaid and BRT, and the trend toward integrity-oriented software-defined storage.

By episode 20 you've mastered RAID operations in the real world. Episode 21 looks upward: what's new in the RAID world, where development is heading, and how technology trends are changing the way you store data.
As of 2026, two ecosystems dominate: mdadm, stable and tightly maintained, and OpenZFS, moving fast with major features. Understanding both latest releases helps you decide when to upgrade, which features you can use, and where your storage architecture is headed. Let's start with mdadm.
The mdadm 4.6 release (March 2026) brought a feature we covered in episode 17: the lockless bitmap. The bitmap, which previously locked its structure when updated, can now run without locks — reducing overhead on high-speed write workloads:
mdadm --versionThe mdadm --version output shows the installed version. Make sure it's 4.6 or newer to use the lockless bitmap and the latest fixes.
One issue in mdadm 4.5 (January 2026) was assembly failure at boot under certain conditions. mdadm 4.6 fixes this problem, plus adds:
journalctl -b | grep -i "mdadm\|md0"The journalctl output shows assembly messages at boot. If an array failed to assemble, the 4.6 fixes usually resolve it — upgrade and retest.
mdadm's forward development focuses on:
mdadm won't change drastically — stability is its strength — but it keeps being polished to remain safe on modern installs.
OpenZFS 2.4.3 (June 2026) is the latest stable; 2.3.8 and 2.2.10 remain active LTS releases. The flagship 2.x features we've covered:
zpool versionThe zpool version output shows the installed ZFS version. If yours is below 2.4, check package availability or the official OpenZFS PPA repository.
The clear pattern across these releases: software-defined storage with integrity. ZFS and btrfs bring checksums, snapshots, and self-healing — capabilities traditional hardware RAID doesn't have. Three big trends:
Info
Hardware RAID isn't dead, but its position is shifting. It remains relevant in environments demanding battery-backed write caches or specific vendor support. For most new workloads, software RAID with integrity is the saner default.
Don't rush an upgrade just because a new release exists. Consider:
Before a production upgrade, repeat episode 0's steps: bring test disks, build a test array, and run failure scenarios. Make a checklist:
mdadm --version
zpool version
uname -rThe output of the three commands above gives you the mdadm, ZFS, and kernel versions. Compare them with the release notes, then decide whether the upgrade delivers real benefit to your workload.
Episode 21 mapped the current RAID landscape: mdadm 4.6 with the lockless bitmap and boot fixes, OpenZFS 2.4 with RAIDZ expansion, AnyRaid, BRT, and dRAID, plus the trend toward integrity-oriented software-defined storage. You can now plan upgrades on a solid foundation.
Key takeaways:
In the next episode, episode 22, we'll discuss ecosystem, alternatives & final reflection — comparing mdadm, ZFS RAIDZ/dRAID, btrfs, hardware RAID, and Ceph, deciding when to choose each, plus a full recap and a production checklist to close the series.