[systemd-bugs] [Bug 71483] Issues during boot with automounts
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 11 20:26:01 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71483
--- Comment #8 from David Strauss <david at davidstrauss.net> ---
Here are some units that cause the aforementioned 60-second timeouts in
non-debug boots.
I have test-1 through test-8. It's important that you have *more than seven or
so* to trigger the bug. It doesn't occur at six or fewer mount/automount unit
pairs. The makeitrainfds.service should not exist.
[root at systemd-f19 ~]# cat /etc/systemd/system/test-1.automount
[Unit]
Description=test automounter 1
Requires=makeitrainfds.service
After=makeitraindfds.service
[Automount]
Where=/test/1
DirectoryMode=0770
[Install]
WantedBy=multi-user.target
[root at systemd-f19 ~]# cat /etc/systemd/system/test-1.mount
[Unit]
Requires=test-1.automount
After=test-1.automount
[Mount]
What=/usr/bin
Where=/test/1
Options=bind
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20131112/1fd6e90c/attachment.html>
More information about the systemd-bugs
mailing list