From 6313b74e43adab8590d3513eface0bc59b652fed Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Tue, 24 Apr 2018 16:27:09 +0200 Subject: [PATCH] =?UTF-8?q?Compl=C3=A9ments=20sous-section=20=C2=AB=20Redu?= =?UTF-8?q?ced=20data=20availability=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/HowtoCeph.md b/HowtoCeph.md index 7550cc47..4e79f72e 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -266,8 +266,6 @@ Après avoir éteint le cluster pendant un week-end, la commande `sudo ceph -s` Reduced data availability: 154 pgs inactive, 152 pgs peering Degraded data redundancy: 888/5094 objects degraded (17.432%), 66 pgs degraded -La commande suivante permet de corriger ce warning : +Dans la plupart des cas il suffira d'attendre que le cluster se soigne seul. On peut surveiller l'état du cluster avec `watch sudo ceph -s`. En dernier recours, si le cluster est bloqué, la commande suivante *peut* de corriger ce warning : - $ sudo ceph sync force --yes-i-really-mean-it --i-know-what-i-am-doing - -**TODO** Ce fix est barbare… Il y a certainement plus soft \ No newline at end of file + $ sudo ceph sync force --yes-i-really-mean-it --i-know-what-i-am-doing \ No newline at end of file