From 75ed0aa7337e46206ea9377626d639e5c5bfe68a Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 27 Feb 2018 12:28:43 -0500 Subject: [PATCH] doc minimale de glusterfs --- HowtoGlusterFS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/HowtoGlusterFS.md b/HowtoGlusterFS.md index 0de681dc..050793c2 100644 --- a/HowtoGlusterFS.md +++ b/HowtoGlusterFS.md @@ -5,3 +5,21 @@ # gluster volume status all clients # 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 +~~~