[Bug 1864708] Re: Mount unit fails but systemctl status shows success

2020-02-26 Thread Dan Streetman
> I don't know why, but this doesn't result in the "Mountpoint not empty" error (or any error/warning for that matter). I thought systemd should be able to figure out the order of nested mounts, not sure why it's not working here. because systemd doesn't mount zfs mounts; zfs is a "magical"

[Bug 1864708] Re: Mount unit fails but systemctl status shows success

2020-02-26 Thread Johann Haarhoff
So I spent a bunch more time on this tonight, and you can close this, it's not a systemd bug. Basically the problem was an ordering issue between this mount unit and a zfs mount unit responsible for providing /srv. What was happening was the /srv/cctvstore was getting mounted first and then /srv

[Bug 1864708] Re: Mount unit fails but systemctl status shows success

2020-02-26 Thread Dan Streetman
can you attach/paste the output from these commands (after booting, before manually mounting): $ journalctl -b --no-pager $ systemctl list-units -t mount $ mount $ cat /etc/fstab ** Changed in: systemd (Ubuntu) Status: New => Incomplete -- You received this bug notification because