<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Issues during boot with automounts"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71483#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Issues during boot with automounts"
href="https://bugs.freedesktop.org/show_bug.cgi?id=71483">bug 71483</a>
from <span class="vcard"><a class="email" href="mailto:david@davidstrauss.net" title="David Strauss <david@davidstrauss.net>"> <span class="fn">David Strauss</span></a>
</span></b>
<pre>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@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@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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>