Project

General

Profile

Bug #61453

Updated by Prashant D 11 months ago

We were are doing gibba cluster upgrade from quincy to reef and observed that ceph versions output was is missing the mgr and osd version information: 
 <pre> 
 [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 
     } 
 } 
 </pre>

Back