[Kernel-packages] [Bug 1904764] Re: failed boot mount, and systemd ordering cycle on zfs-import.target

2020-12-11 Thread Christopher Hill
Adding this bug as that seems to be the exact issue here - https://github.com/openzfs/zfs/issues/10140 Solution is "Use zfs-mount-generator instead of zfs-mount.service" ... ** Bug watch added: github.com/openzfs/zfs/issues #10140 https://github.com/openzfs/zfs/issues/10140 -- You received

[Kernel-packages] [Bug 1904764] Re: failed boot mount, and systemd ordering cycle on zfs-import.target

2020-12-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zfs-linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu.

[Kernel-packages] [Bug 1904764] Re: failed boot mount, and systemd ordering cycle on zfs-import.target

2020-11-20 Thread Christopher Hill
So, long story short, I believe I have run into this issue https://github.com/zfsonlinux/pkg-zfs/issues/205 ** Bug watch added: github.com/zfsonlinux/pkg-zfs/issues #205 https://github.com/zfsonlinux/pkg-zfs/issues/205 -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1904764] Re: failed boot mount, and systemd ordering cycle on zfs-import.target

2020-11-20 Thread Christopher Hill
Hmm, issue still happens, and I'm now suspicious of the dependencies in systemd. $ systemctl list-dependencies boot.mount boot.mount ● ├─-.mount ● ├─system.slice ● └─zfs-import.target ● └─zfs-import-cache.service I see "boot.mount" depends on "zfs-import-cache.service", however the

[Kernel-packages] [Bug 1904764] Re: failed boot mount, and systemd ordering cycle on zfs-import.target

2020-11-19 Thread Christopher Hill
BTW, I ran the following and that seems to have solved the missing bpool. zpool set cachefile=/etc/zfs/zpool.cache bpool zpool set cachefile=/etc/zfs/zpool.cache rpool update-initramfs -u -k all I have a hunch the zpool.cache file is getting out of sync with the initramfs one..? -- You