From 026a086b48db703009f93924b492925e03a2a235 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Mon, 12 Jul 2021 17:00:41 +0200 Subject: [PATCH] daemons have slow ops --- HowtoCeph.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/HowtoCeph.md b/HowtoCeph.md index 7475aefe..b8afca94 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -895,4 +895,22 @@ Watchers: watcher=x.y.z.t:0/2718281828 client.2718281 cookie=271828182845904 ``` -L’IP du client est `x.y.z.t`. \ No newline at end of file +L’IP du client est `x.y.z.t`. + +## `daemons [osd.N,mon.hostname] have slow ops` + +Si la commande `ceph -s` retourne l’erreur suivante : + +``` + cluster: + id: 01234567-89ab-cdef-0123-456789abcdef + health: HEALTH_WARN + NN slow ops, oldest one blocked for 1000000 sec, daemons [osd.N,mon.hostname] have slow ops. +``` + +On peut essayer de redémarrer le service `ceph-mon` sur le serveur `hostname` : + +```bash +systemctl stop ceph-mon@hostname.service +systemctl start ceph-mon@hostname.service +``` \ No newline at end of file