Project

General

Profile

Actions

Backport #61474

closed

reef: the mgr, osd version information missing in "ceph versions" command during cluster upgrade

Added by Prashant D 11 months ago. Updated 10 months ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Target version:
-
Release:
reef
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

We were doing gibba cluster upgrade from quincy to reef and observed that ceph versions output was missing the mgr and osd version information:

[root@gibba001 RGWtest-warp]# ceph -s
  cluster:
    id:     6668e536-ea81-11ed-9033-3cecef3d8fb8
    health: HEALTH_WARN
            93 pgs not deep-scrubbed in time

  services:
    mon: 5 daemons, quorum gibba001,gibba005,gibba003,gibba004,gibba002 (age 2m)
    mgr: gibba008.luyxql(active, since 6m), standbys: gibba006.barapy
    osd: 62 osds: 62 up (since 3w), 62 in (since 3w)
    rgw: 6 daemons active (6 hosts, 1 zones)

  data:
    pools:   8 pools, 1281 pgs
    objects: 121.50k objects, 5.3 GiB
    usage:   66 GiB used, 10 TiB / 11 TiB avail
    pgs:     1281 active+clean

  io:
    client:   152 MiB/s rd, 102 MiB/s wr, 51.80k op/s rd, 40.24k op/s wr

  progress:
    Upgrade to 18.0.0-3449-gb3947a04 (2m)
      [............................] (remaining: 80m)

[root@gibba001 RGWtest-warp]# ceph versions
{
    "mon": {
        "ceph version 18.0.0-3449-gb3947a04 (b3947a044aff335ec204719c81d65810e50ce88f) reef (dev)": 5
    },
    "rgw": {
        "ceph version 17.2.6-274-gca575548 (ca57554831d5750ec2b5720a7ff73845615ea772) quincy (stable)": 6
    },
    "overall": {
        "ceph version 17.2.6-274-gca575548 (ca57554831d5750ec2b5720a7ff73845615ea772) quincy (stable)": 6,
        "ceph version 18.0.0-3449-gb3947a04 (b3947a044aff335ec204719c81d65810e50ce88f) reef (dev)": 5
    }
}


Related issues 1 (0 open1 closed)

Copied from RADOS - Bug #61453: the mgr, osd version information missing in "ceph versions" command during cluster upgrade ResolvedPrashant D

Actions
Actions #1

Updated by Prashant D 11 months ago

  • Copied from Bug #61453: the mgr, osd version information missing in "ceph versions" command during cluster upgrade added
Actions #2

Updated by Prashant D 11 months ago

  • Release set to reef
Actions #4

Updated by Prashant D 10 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF