Ravishankar N
2015-Aug-31 10:02 UTC
[Gluster-users] Why is it not possible to mount a replicated gluster volume with one Gluster server?
On 08/31/2015 12:53 PM, Merlin Morgenstern wrote:> > Trying to mount the brick on the same physical server with deamon > running on this server but not on the other server: > > |@node2:~$ sudo mount -t glusterfs gs2:/volume1 /data/nfs Mount failed. > Please check the log file for more details. |For mount to succeed the glusterd must be up on the node that you specify as the volfile-server; gs2 in this case. You can use -o backupvolfile-server=gs1 as a fallback. -Ravi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150831/ef6ae7b6/attachment.html>
Yiping Peng
2015-Aug-31 10:47 UTC
[Gluster-users] Why is it not possible to mount a replicated gluster volume with one Gluster server?
I've tried both: assuming server1 is already in pool, server2 is undergoing peer-probing server2:~$ mount server1:/vol1 mountpoint, fail; server2:~$ mount server2:/vol1 mountpoint, fail. Strange enough. I *should* be able to mount server1:/vol1 on server2. But this is not the case :( Maybe something is broken in the server pool, as I'm seeing disconnected nodes? 2015-08-31 18:02 GMT+08:00 Ravishankar N <ravishankar at redhat.com>:> > > On 08/31/2015 12:53 PM, Merlin Morgenstern wrote: > > Trying to mount the brick on the same physical server with deamon running > on this server but not on the other server: > > @node2:~$ sudo mount -t glusterfs gs2:/volume1 /data/nfs > Mount failed. Please check the log file for more details. > > For mount to succeed the glusterd must be up on the node that you specify > as the volfile-server; gs2 in this case. You can use -o > backupvolfile-server=gs1 as a fallback. > -Ravi > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150831/df399122/attachment.html>