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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 04:22:44 UTC 2021


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

--- Comment #2 from Daniel Morante <daniel at morante.net> ---
I did an additional test by adding a 4th host as a client only.  I added this
to /etc/fstab

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

And mounted it

```
daniel at pacyworld-pc1 ~> df -h /mnt/replicated/
Filesystem    Size    Used   Avail Capacity  Mounted on
/dev/fuse      19G    275M     19G     1%    /mnt/replicated
```

I then rebooted the node named "sun" while writing to the location.  Gluster
failed over properly and there was no interruption is accessibility.

```
[2021-01-27 04:17:39.572025 +0000] I [glusterfsd-mgmt.c:2642:mgmt_rpc_notify]
0-glusterfsd-mgmt: disconnected from remote-host: sun.gluster
[2021-01-27 04:17:39.572062 +0000] I [glusterfsd-mgmt.c:2682:mgmt_rpc_notify]
0-glusterfsd-mgmt: connecting to next volfile server earth.gluster
[2021-01-27 04:17:42.592661 +0000] I [glusterfsd-mgmt.c:2171:mgmt_getspec_cbk]
0-glusterfs: Received list of available volfile servers: moon:24007 
```

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


More information about the freebsd-ports-bugs mailing list