[Gluster-users] question about creating a replicate volume
songxin
songxin_1980 at 126.com
Sun Feb 14 07:30:04 UTC 2016
Hi,
I have a question about creating a replicate volume with two bricks as below.
There are two node, A node and B node.A node ip is 128.124.10.1 and B node ip is 128.124.10.2.
operation steps on A node as below
1.gluster peer probe 128.124.10.2
2.mkdir -p /data/brick/gv0
3.cteate two files, a and c.
4.gluster volume create gv0 replica 2 128.124.10.1:/data/brick/gv0 128.124.10.2:/data/brick/gv1 force
5.gluster volume start gv0
6.mount -t glusterfs 128.124.10.1:/gv0 gluster
7.ls glusterfs
8.cat glusterfs/c
operation steps on B node as below
1.mkdir -p /data/brick/gv0
2.cteate two files, b and c.The file c is diffetent with file c in A node.
3.mount -t glusterfs 128.124.10.1:/gv0 gluster
4.ls glusterfs
5.cat glusterfs/c
Node that step 4 on A node is after step step 2 on B node.
I want to know if the files(a b and c) should be replicate after step 5 on A node.
Does it show three files(a, b, c) after command ls glusterfs on both node?
If the file c is diffetent on two node, I want to know how it replicate on two node.
Thanks,
Xin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160214/cb0216b2/attachment.html>
More information about the Gluster-users
mailing list