[Bugs] [Bug 1790208] When the network of the second server is disconnected, applications on the first hang

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 13 08:47:04 UTC 2020


https://bugzilla.redhat.com/show_bug.cgi?id=1790208



--- Comment #2 from vebmasterHtml <vbnmail at bk.ru> ---
two servers: "s1" and "s2"

install:
add-apt-repository ppa:gluster/glusterfs-6
or
add-apt-repository ppa:gluster/glusterfs-7
apt install glusterfs-server

On s1 and s2:
mkdir /mnt/dir1

On s1:
gluster peer probe s2
gluster volume create vol02 replica 2 transport tcp s1:/mnt/dir1 s2:/mnt/dir1
force
gluster volume set vol02 network.ping-timeout 10

On s1 and s2 check:
gluster peer status

Mount on s1 and s2:
mkdir /mnt/gluster
mount.glusterfs localhost:/vol02 /mnt/gluster

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list