@rlaager, I have the following issue with the Debian Bookworm Root on ZFS HOWTO:
I think moving /etc/zfs/zpool.cache aside in the import boot bool service script may stop the zfs-import-cache.service from working:
○ zfs-import-cache.service - Import ZFS pools by cache file
Loaded: loaded (/lib/systemd/system/zfs-import-cache.service; enabled; preset: enabled)
Active: inactive (dead)
Condition: start condition failed at Wed 2024-02-28 10:23:14 GMT; 14min ago
└─ ConditionFileNotEmpty=/etc/zfs/zpool.cache was not met
Docs: man:zpool(8)
After boot the cache file is present with content and a manual import of a non-boot pool works. Commented out the mv commands results in the non-boot pool being imported.
@rlaager, I have the following issue with the Debian Bookworm Root on ZFS HOWTO:
I think moving
/etc/zfs/zpool.cache
aside in the import boot bool service script may stop thezfs-import-cache.service
from working:After boot the cache file is present with content and a manual import of a non-boot pool works. Commented out the
mv
commands results in the non-boot pool being imported.