Manage a glusterfs pool
Create a glusterfs volume.
CLI Example:
salt host1 glusterfs.create newvolume host1:/brick
salt gluster1 glusterfs.create vol2 '["gluster1:/export/vol2/brick", "gluster2:/export/vol2/brick"]' replica=2 start=True
Deletes a gluster volume
Return a list of gluster peers
CLI Example:
salt '*' glusterfs.list_peers
List configured volumes
CLI Example:
salt '*' glusterfs.list_volumes
Add another node into the peer list.
CLI Example:
salt 'one.gluster.*' glusterfs.peer two
Start a gluster volume.
CLI Example:
salt '*' glusterfs.start mycluster
Check the status of a gluster volume.
CLI Example:
salt '*' glusterfs.status myvolume
Stop a gluster volume.
CLI Example:
salt '*' glusterfs.stop_volume mycluster
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.7.2
22.16.69. salt.modules.gnomedesktop
Upcoming SaltStack events, webinars and local meet ups and user groups.