- None
Rev: 1.0.1
- Glusterfs is free and open source software for scalable network filesystem, used it be our kubernetes cluster persistent solutions.
-
Add other nodes to cluster
$ gluster peer probe <node>
-
Display the cluster status
$ gluster peer status
-
Display the volumes information
$ gluster volume info
-
Create new brick be share replicas volumes
$ gluster volume create <volume name> replica 3 <node1>:<folder> <node2>:<folder> <node3>:<folder> force
-
Enabled the volumes to use
$ gluster volume start <volume name>
- Developer
- Chang.Jay