Project

General

Profile

Bug #41740

Updated by Lenz Grimmer over 4 years ago

I recently upgraded my cluster from 14.2.2 to 14.2.3, starting with my three monitor hosts. After the third monitor host had been upgraded, I noticed the /#/hosts page still showed it as running 14.2.2, as shown in the attached screenshot. Each mon host was upgraded using "apt update ; apt upgrade" and rebooted immediately after completion of the upgrade command. 

 <pre> 
 root@ceph-mon0:~# ceph versions 
 { 
     "mon": { 
         "ceph version 14.2.3 (4e36ac4558b09ab0ace33a4d000e83fc802f91f5) nautilus (stable)": 3 
     }, 
     "mgr": { 
         "ceph version 14.2.3 (4e36ac4558b09ab0ace33a4d000e83fc802f91f5) nautilus (stable)": 2 
     }, 
     "osd": { 
         "ceph version 14.2.3 (4e36ac4558b09ab0ace33a4d000e83fc802f91f5) nautilus (stable)": 16 
     }, 
     "mds": { 
         "ceph version 14.2.3 (4e36ac4558b09ab0ace33a4d000e83fc802f91f5) nautilus (stable)": 3 
     }, 
     "overall": { 
         "ceph version 14.2.3 (4e36ac4558b09ab0ace33a4d000e83fc802f91f5) nautilus (stable)": 24 
     } 
 } 
 </pre> 

 !Screenshot_2019-09-10%20Ceph.png!

Back