From: Thierry Parmentelat Date: Tue, 13 May 2014 08:05:56 +0000 (+0200) Subject: added some comments about the fuse subsystem wrt systemd & vsys X-Git-Tag: nodemanager-5.2-14~23^2~4 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=709007afe6aaa940dcb6603442f41267a03cf7e4 added some comments about the fuse subsystem wrt systemd & vsys --- diff --git a/systemd/fuse-pl.service b/systemd/fuse-pl.service index f98ddfe..12a2718 100644 --- a/systemd/fuse-pl.service +++ b/systemd/fuse-pl.service @@ -1,2 +1,15 @@ # This is placeholder for fuse-pl in a lxc/systemd setup -# needs to be rewritten as the initscript version seems to rely on vservers +# +# this topic could clearly use some thorough cleanup... +# +# needs to be rewritten as the initscript version currently depends on vservers +# although apparently this is only for computing the '/vservers' path +# that could reasonably be hard-wired +# +# more importantly, it looks like initscripts/fuse-pl exposes /dev/fuse to +# running slices, but these are evaluated at boot-time only ?!? +# so it feels like a correct approach would be to have +# * an initscript for real initialization (modprobe and other mounts) +# * a nm plugin for managing /dev/fuse inside all slivers +# about that, there's a vsys script named fd_fusemount that most likely +# is related as well, probably makes this plugin irrelevant..