Hi there,
I'm getting the following error on boot..
But after a while it boots and mounts all the pools
This is what I've noticed in syslog..
Mar 12 14:47:58 meg systemd[1]: Starting zfs-import-cache.service - Import ZFS pools by cache file...
Mar 12 14:47:58 meg systemd[1]: zfs-import-scan.service - Import ZFS pools by device scanning was skipped because of an unmet condition check (ConditionFileNotEmpty=!/etc/zfs/zpool.cache).
Mar 12 14:47:58 meg systemd[1]: Starting zfs-import@zfs01.service - Import ZFS pool zfs01...
Mar 12 14:47:58 meg zpool[1074]: cannot import 'zfs01': no such pool available
Mar 12 14:47:58 meg systemd[1]: zfs-import@zfs01.service: Main process exited, code=exited, status=1/FAILURE
Mar 12 14:47:58 meg systemd[1]: zfs-import@zfs01.service: Failed with result 'exit-code'.
Mar 12 14:47:58 meg systemd[1]: Failed to start zfs-import@zfs01.service - Import ZFS pool zfs01.
Mar 12 14:47:58 meg kernel: fbcon: Taking over console
Mar 12 14:47:58 meg kernel: zd0: p1 p2
Mar 12 14:47:58 meg kernel: zd16: p1 p2
Mar 12 14:47:58 meg kernel: zd32: p1 p2
Mar 12 14:47:58 meg kernel: zd48: p1 p2 p3
Mar 12 14:47:58 meg kernel: Alternate GPT is invalid, using primary GPT.
Mar 12 14:47:58 meg kernel: zd64: p1 p2 p3
Mar 12 14:47:58 meg systemd[1]: Finished zfs-import-cache.service - Import ZFS pools by cache file.
Mar 12 14:47:58 meg systemd[1]: Reached target zfs-import.target - ZFS pool import target.
Mar 12 14:47:58 meg lvm[1483]: /dev/zd64p3 excluded: device is rejected by filter config.
Mar 12 14:47:58 meg systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
Mar 12 14:47:58 meg systemd[1]: Starting zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev...
Mar 12 14:47:58 meg zvol_wait[1486]: Testing 5 zvol links
Mar 12 14:47:58 meg zvol_wait[1486]: All zvol links are now present.
Mar 12 14:47:58 meg systemd[1]: Finished zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev.
Mar 12 14:47:58 meg systemd[1]: Reached target zfs-volumes.target - ZFS volumes are ready.
Mar 12 14:47:58 meg systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
Now, I've read a few similar threads, but I'm not 100% on what to do here, I tried the below with no change.
I'm pretty sure this happened after installing a new network card, all the pool drives are nvmes on a pci controller.
Help apprecaited.
Thanks, Jack.
I'm getting the following error on boot..
[FAILED] Failed to start zfs-import..rvice - Import ZFS pool zfs01
But after a while it boots and mounts all the pools
This is what I've noticed in syslog..
Mar 12 14:47:58 meg systemd[1]: Starting zfs-import-cache.service - Import ZFS pools by cache file...
Mar 12 14:47:58 meg systemd[1]: zfs-import-scan.service - Import ZFS pools by device scanning was skipped because of an unmet condition check (ConditionFileNotEmpty=!/etc/zfs/zpool.cache).
Mar 12 14:47:58 meg systemd[1]: Starting zfs-import@zfs01.service - Import ZFS pool zfs01...
Mar 12 14:47:58 meg zpool[1074]: cannot import 'zfs01': no such pool available
Mar 12 14:47:58 meg systemd[1]: zfs-import@zfs01.service: Main process exited, code=exited, status=1/FAILURE
Mar 12 14:47:58 meg systemd[1]: zfs-import@zfs01.service: Failed with result 'exit-code'.
Mar 12 14:47:58 meg systemd[1]: Failed to start zfs-import@zfs01.service - Import ZFS pool zfs01.
Mar 12 14:47:58 meg kernel: fbcon: Taking over console
Mar 12 14:47:58 meg kernel: zd0: p1 p2
Mar 12 14:47:58 meg kernel: zd16: p1 p2
Mar 12 14:47:58 meg kernel: zd32: p1 p2
Mar 12 14:47:58 meg kernel: zd48: p1 p2 p3
Mar 12 14:47:58 meg kernel: Alternate GPT is invalid, using primary GPT.
Mar 12 14:47:58 meg kernel: zd64: p1 p2 p3
Mar 12 14:47:58 meg systemd[1]: Finished zfs-import-cache.service - Import ZFS pools by cache file.
Mar 12 14:47:58 meg systemd[1]: Reached target zfs-import.target - ZFS pool import target.
Mar 12 14:47:58 meg lvm[1483]: /dev/zd64p3 excluded: device is rejected by filter config.
Mar 12 14:47:58 meg systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
Mar 12 14:47:58 meg systemd[1]: Starting zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev...
Mar 12 14:47:58 meg zvol_wait[1486]: Testing 5 zvol links
Mar 12 14:47:58 meg zvol_wait[1486]: All zvol links are now present.
Mar 12 14:47:58 meg systemd[1]: Finished zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev.
Mar 12 14:47:58 meg systemd[1]: Reached target zfs-volumes.target - ZFS volumes are ready.
Mar 12 14:47:58 meg systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
Now, I've read a few similar threads, but I'm not 100% on what to do here, I tried the below with no change.
Bash:
zpool set cachefile=/etc/zfs/zpool.cache YOUR_POOLNAME
update-initramfs -k all -u
reboot
I'm pretty sure this happened after installing a new network card, all the pool drives are nvmes on a pci controller.
Help apprecaited.
Thanks, Jack.