On Mon, 24.03.14 18:03, Lukáš Nykrýn ([email protected]) wrote: > >Well, but how exactly do those lines look in fstab? Are you sure they > >have "glusterfs" in the fstype field? And not "fuse.glusterfs" or so? > > From RH Knowledgebase (again sorry not a public link) > https://access.redhat.com/site/solutions/204443 > > Update /etc/fstab and add the _netdev option to the glusterfs mount > points like this: > HOSTNAME-OR-IPADDRESS:/VOLNAME MOUNTDIR glusterfs defaults,_netdev 0 0 > For example: > server1:/test-volume /mnt/glusterfs glusterfs defaults,_netdev 0 0
But that's how it looks in /etc/fstab, which is a userspace interface. Howe does it look in /proc/self/mountinfo though, i.e. after it is mounted, in the kernel interface? Since "glusterfs" is a FUSE file system I am pretty sure it is called "fuse.gluster" or so in /proc/self/mountinfo, right? Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
