Skip to content

ZFSBootMenu v1.10.1

Compare
Choose a tag to compare
@zdykstra zdykstra released this 04 Jul 17:53
· 556 commits to master since this release

ZFSBootMenu 1.10.1 brings a pair of fixes to issues seen in the wild. Release artifacts are built with Linux 5.12.14 and ZFS 2.1.0 under Void/glibc.

Fixes

  • Remove a spurious warning when generate-zbm incorrectly detected a mismatch between /etc/hostid and the run-time spl_hostid SPL module parameter.
  • Fix a race condition between ZFSBootMenu and udev when attempting to load ZFS/SPL kernel modules, resulting in an incorrect drop to a recovery shell.

Significant commits in this release

  • 2a9a6ab - Relax insmod spl failures, try to load zfs.ko (Zach Dykstra)
  • f657717 - generate-zbm: fix hostid comparison (Andrew J. Hesford)