I have created one Gluster Volume
sudo gluster volume create devshare transport tcp server1:/mnt/test
GFS1 in server1 and able to mount the share on server2
sudo mount -t glusterfs server1:/devshare
but when I tried to create a second volume in server1 and tried to mount in server2 it is not allowing the mount (so a total of two glustervolumes in one server).
I am getting error message endpoint is not connected
.
Is it allowed to have two glustershare in one server?