[systemd-devel] automount regression

Tom Gundersen teg at jklm.no
Wed Jan 25 03:39:45 PST 2012


Hi guys,

I noticed a regression in the automount handling that I could not
immediately figure out. I know for a fact that this used to work "a
long time ago", and that it does not work with v39, but I have not
bisected further.

Entries from fstab:

    /boot   ext2    noauto,comment=systemd.automount
    /home   ext4    comment=systemd.automount

Expected output of 'systemctl show local-fs.target | grep After'

    After=home.automount boot.automount ...

Actual output:

    After=home.automount home.mount boot.automount ...


home.mount is WantedBy=local-fs.target and boot.mount is not wanted by
anything, as expected.

Any ideas?

Cheers,

Tom


More information about the systemd-devel mailing list