18
0
Fork 0

daemons have slow ops

This commit is contained in:
abenmiloud 2021-07-12 17:00:41 +02:00
parent 406f3747b2
commit 026a086b48
1 changed files with 19 additions and 1 deletions

View File

@ -895,4 +895,22 @@ Watchers:
watcher=x.y.z.t:0/2718281828 client.2718281 cookie=271828182845904
```
LIP du client est `x.y.z.t`.
LIP du client est `x.y.z.t`.
## `daemons [osd.N,mon.hostname] have slow ops`
Si la commande `ceph -s` retourne lerreur 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
```