<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - nilfs2 is mounted without cleanderd started"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70405#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - nilfs2 is mounted without cleanderd started"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70405">bug 70405</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>We have an analogous sitiuation with nfs, which also requires a bunch of
services to run. With nilfs, I guess that we could

a) modify fstab-generator to add a dependency on
nilfs-cleanerd@<device>.service. If the daemon is non-essential,
Wants=nilfs-cleanerd@<device>.service is probably the right dependency.

b) modify mount.nilfs2 to run the equivalent of 'systemctl start
nilfs-cleanerd@<device>.service', probably directly through d-bus.

It shouldn't be run directly from mount.nilfs2, because we want systemd to
supervise it.

I guess that the first option would be easier to implement, and resembles what
we do with nfs and lvm. What do you think about option a?</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>