[systemd-bugs] [Bug 70405] nilfs2 is mounted without cleanderd started
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 12 21:38:25 CEST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70405
--- Comment #1 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
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?
--
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/20131012/e49e4bd9/attachment.html>
More information about the systemd-bugs
mailing list