On Mon, Aug 3, 2015 at 7:38 PM, Daniel Campbell (zlg) <z...@gentoo.org> wrote: > > So say I want to have an ownCloud instance that provides a single /usr > or /etc for any Gentoo system that wants it on my local network. Is > that a use case that would benefit from this new mounting?
I suppose daemons that provide mountpoints (FUSE/etc) might be one use case, but the more common one would be daemons that require mountpoints (especially ones that might not be quickly available at boot). Maybe my 500TB mythtv recording directory takes 2min to fsck and mount so I'd like to delay startup of mythtv. Hosts that run lots of containers or such with iSCSI mounts might be another use case - they could be mounted in parallel and their containers could start as they become available. -- Rich