Comment 0 for bug 1672749

Revision history for this message
Aron Xu (happyaron) wrote :

Since zfsutils-linux/0.6.5.9-4, zfs module is not automatically loaded on systems that no zpool exists, this avoids tainting everyone's kernel who has the package installed but is not using zfs.

ADT test of lxd (at least at 2.11-0ubuntu4[1]) shows the storage tests are failing because "Could not determine ZFS module version." which is printed by zfsModuleVersionGet() in lxd/storage_zfs.go. This indicates there are pieces of code assuming zfs kernel module is always loaded which turns out to be not true anymore.