Po 24. březen 2014, 18:49:34 CET, Lennart Poettering napsal:
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


You are right, it shows up as fuse.glusterfs there. So any suggestions? And just drop the patch is also a valid suggestion :).

Lukas

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to