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