[Bug 252989] net/glusterfs glusterfs mount not accessible if second node is down

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 26 20:16:33 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252989

--- Comment #1 from Daniel Morante <daniel at morante.net> ---
I had run into this issue myself.  Try to use "backup-volfile-servers" instead
of "backupvolfile-server" in your /etc/fstab.

For example, I have three Gluster nodes "sun, earth, moon" with a volume named
"replicated".   Each one of those nodes have this in the fstab:

```
earth:replicated        /mnt/replicated fusefs 
rw,_netdev,backup-volfile-servers=sun:moon,mountprog=/usr/local/sbin/mount_glusterfs,late
      0       0

moon:replicated /mnt/replicated fusefs 
rw,_netdev,backup-volfile-servers=sun:earth,mountprog=/usr/local/sbin/mount_glusterfs,late
     0       0

sun:replicated  /mnt/replicated fusefs 
rw,_netdev,backup-volfile-servers=earth:moon,mountprog=/usr/local/sbin/mount_glusterfs,late
    0       0
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list