Description of problem: I have a number of bind mounts defined in fstab. In F14 (i.e. with upstart) they got mounted during boot, with systemd they're never mounted, so I have to mount them manually (e.g. using mount -a). The bind mount entries in fstab I use look like this: /old/dir /new/dir none bind,nofail Version-Release number of selected component (if applicable): systemd-19-1.fc15.i686 How reproducible: always Steps to Reproduce: 1. add bind mount to fstab 2. reboot Actual results: Bind mounts get ignored. Expected results: Bind mounts get mounted.
Hmm, this is probably triggered by broken handling of nofail in systemd, when used in conjunction with bind mounts. If you drop nofail, do things then work for you?
(In reply to comment #1) > Hmm, this is probably triggered by broken handling of nofail in systemd, when > used in conjunction with bind mounts. If you drop nofail, do things then work > for you? Just as you said. Dropping nofail makes it work.
systemd-25-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/systemd-25-1.fc15
Package systemd-25-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing systemd-25-1.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/systemd-25-1.fc15 then log in and leave karma (feedback).
systemd-25-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.