Just upgraded to 16.2.5 all OSD,MDS,MON,MGR,CRASH services updated.

However ceph -s shows repeated line's like:

Updating alertmanager deployment (+1 -1 -> 1) (0s)
[............................]
Updating node-exporter deployment (+7 -7 -> 7) (0s)
[............................]
Updating prometheus deployment (+1 -1 -> 1) (0s)
[............................]
Updating node-exporter deployment (+7 -7 -> 7) (0s)
[............................]
Updating node-exporter deployment (+7 -7 -> 7) (0s)

ceph orch upgrade status
{
"target_image": null,
"in_progress": false,
"services_complete": [],
"progress": null,
"message": ""
}

If I start a new upgrade via the ceph orch command for a few seconds it shows

ceph orch upgrade status
{
"target_image": 
"docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb",
"in_progress": true,
"services_complete": [
"mgr",
"mds",
"mon",
"osd",
"crash"
],
"progress": "66/76 ceph daemons upgraded",
"message": "Doing first pull of docker.io/ceph/ceph:v16.2.5 image"
}

But then goes back to complete, seems it's stuck completing the last few 
services.

Thanks
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to