1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00

update doc

This commit is contained in:
Newnius 2020-08-01 01:34:59 +08:00
parent 2848bd60e0
commit 30db91ee66

View File

@ -23,11 +23,15 @@ gluster peer probe 192.168.100.103
gluster peer probe 192.168.100.104 gluster peer probe 192.168.100.104
gluster peer probe 192.168.100.105 gluster peer probe 192.168.100.105
gluster peer probe 192.168.100.106 gluster peer probe 192.168.100.106
gluster peer status
# Create Volume # Create & Start Volume
gluster volume create yao replica 3 192.168.100.101:/data/yao 192.168.100.102:/data/yao 192.168.100.103:/data/yao 192.168.100.104:/data/yao 192.168.100.105:/data/yao 192.168.100.106:/data/yao gluster volume create yao replica 3 192.168.100.101:/data/yao 192.168.100.102:/data/yao 192.168.100.103:/data/yao 192.168.100.104:/data/yao 192.168.100.105:/data/yao 192.168.100.106:/data/yao
gluster volume start yao
gluster volume status
# Client Mount # Client Mount
sudo yum install glusterfs glusterfs-fuse attr -y sudo yum install glusterfs glusterfs-fuse attr -y