Date: Wed, 27 Jan 2021 04:22:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252989] net/glusterfs glusterfs mount not accessible if second node is down Message-ID: <bug-252989-7788-tnXVnQEMOs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252989-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-252989-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252989 --- Comment #2 from Daniel Morante <daniel@morante.net> --- I did an additional test by adding a 4th host as a client only. I added th= is to /etc/fstab ``` sun.gluster:replicated /mnt/replicated fusefs=20 rw,_netdev,backup-volfile-servers=3Dearth.gluster:moon.gluster,mountprog=3D= /usr/local/sbin/mount_glusterfs,late 0 0 ``` And mounted it ``` daniel@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_notif= y] 0-glusterfsd-mgmt: disconnected from remote-host: sun.gluster [2021-01-27 04:17:39.572062 +0000] I [glusterfsd-mgmt.c:2682:mgmt_rpc_notif= y] 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_c= bk] 0-glusterfs: Received list of available volfile servers: moon:24007=20 ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252989-7788-tnXVnQEMOs>