wiki/HowtoGlusterFS.md
2018-02-27 14:51:38 -05:00

32 lines
423 B
Markdown

# Howto GlusterFS
~~~
# gluster volume status all
# gluster volume status all clients
# gluster volume status all (mem|fd|inode|callpool)
~~~
# Lister les peers
~~~
# gluster peer status
~~~
# 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
~~~