diff --git a/HowtoCeph.md b/HowtoCeph.md index e00ecd15..c8d5b130 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -183,4 +183,22 @@ Puis recommencez l'installation depuis le nœud admin. ## « FS degraded » -**TODO** À reproduire, procédure incomplète \ No newline at end of file +**TODO** À reproduire, procédure incomplète + + +## « Reduced data availability » + +Après avoir éteint le cluster pendant un week-end, la commande `sudo ceph -s` peut retourner le warning suivant : + + abmj@deb0:~$ sudo ceph -s + cluster: + id: beaa2317-eecb-4e2b-b5d2-358b072fe05d + health: HEALTH_WARN + 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 : + + $ 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