On 8.4.2024 12.51, Jaco Kroon wrote: > > In order for glusterfs to mount successfully the fuse module needs to be > available when mount.glusterfs is invoked.  This can be achieved in one > of two ways: > > 1.  Compile the module statically into the kernel. > 2.  Arrange for fuse service to be started prior to netmount (using say > /etc/conf.d/netmount rc_need="fuse") > 3. Add "/sbin/modprobe -q fuse" to the init.d file's start_pre() function, ExecStartPre with systemd, and make the ebuild warn about CONFIG_FUSE_FS with linux-info.eclass. -- juippis