22
0
Fork 0

doc minimale de glusterfs

This commit is contained in:
Daniel Jakots 2018-02-27 12:28:43 -05:00
parent 5f48bead19
commit 75ed0aa733
1 changed files with 18 additions and 0 deletions

View File

@ -5,3 +5,21 @@
# gluster volume status all clients # gluster volume status all clients
# gluster volume status all (mem|fd|inode|callpool) # gluster volume status all (mem|fd|inode|callpool)
~~~ ~~~
# Lister les volumes
~~~
# gluster volume info all | grep 'Volume Name'
~~~
# Voir la santé du volume "foo"
~~~
# gluster volume heal foo info
~~~
# Forcer un 'heal' pour le volume bar
~~~
# gluster volume heal bar
~~~