Centos7 安装GlusterFS集群(二)
1、创建卷gluster volume create app-data replica 3 transport tcp k8s-master-98:/gfs-data/ k8s-node01-92:/gfs-data/ k8s-node02-93:/gfs-data/ force

2、列出卷gluster volume list

3、查看卷信息gluster volume info

4、启动卷gluster volume start app-data

5、查看卷状态gluster volume status

6、创建目录/gfs-sharemount -t glusterfs localhost:app-data /gfs-share并加入/etc/fstab
