Page MenuHomePhabricator

[ceph.eqiad] upgrade all hosts to 15
Closed, ResolvedPublic

Description

Just found out that we have some strangler osds running ceph 14:

{
    "mon": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 3
    },
    "mgr": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 3
    },
    "osd": {
        "ceph version 14.2.21 (5ef401921d7a88aea18ec7558f7f9374ebd8f5a6) nautilus (stable)": 47,
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 225
    },
    "mds": {},
    "rgw": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 1
    },
    "overall": {
        "ceph version 14.2.21 (5ef401921d7a88aea18ec7558f7f9374ebd8f5a6) nautilus (stable)": 47,
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 232
    }
}

We should upgrade those in nautilus little by little.

Event Timeline

dcaro changed the task status from Open to In Progress.Oct 20 2023, 8:49 AM
dcaro triaged this task as High priority.
dcaro created this task.
dcaro moved this task from To refine to Doing on the User-dcaro board.

Upgraded osd.50...

Mentioned in SAL (#wikimedia-cloud) [2023-10-20T10:33:15Z] <dcaro> upgraded cloudcephosd1001 to v15 (T349363)

Mentioned in SAL (#wikimedia-cloud) [2023-10-20T13:20:32Z] <dcaro> upgraded cloudcephosd1002 to v15 (T349363)

Mentioned in SAL (#wikimedia-cloud) [2023-10-20T14:25:45Z] <dcaro> upgraded cloudcephosd1003 to v15 (T349363)

Mentioned in SAL (#wikimedia-cloud) [2023-10-20T15:17:10Z] <dcaro> upgraded cloudcephosd1004 to v15 (T349363)

Finished, all eqiad ceph hosts are on 15.2.6 now:

root@cloudcephmon1001:~# ceph versions
{
    "mon": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 3
    },
    "mgr": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 3
    },
    "osd": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 272
    },
    "mds": {},
    "rgw": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 1
    },
    "overall": {
        "ceph version 15.2.16 (d46a73d6d0a67a79558054a3a5a72cb561724974) octopus (stable)": 279
    }
}
dcaro moved this task from Doing to Done on the User-dcaro board.