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:
parent
2848bd60e0
commit
30db91ee66
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user