Project

General

Profile

Bug #45791

Updated by Sebastian Wagner almost 4 years ago

New dev cluster running centos 8 with octopus release deployed using cephadm.    Deployed on version 15.2.1. 

 Attempted per documentation to run ceph orch upgrade start --ceph_version 15.2.3.    Upgrade starts and I think succeeds on the managers and fails on the monitors.    Cluster goes into staus: 

     health: HEALTH_ERR 
             Module 'cephadm' has failed: %d format: a number is required, not str 


 Only way to clear it is  

 <pre> 
  
 ceph orch upgrade stop 
 ceph mgr module disable cephadm 
 ceph mgr module enable cephadm 
 </pre> 

 After that failure, I attempted to upgrade to 15.2.2 in case it was an intermediary upgrade issue and say failure occurred. 

 Running latest cephadm release provided by dnf update 

 Installed Packages 

 <pre> 
 cephadm.x86_64                                                                2:15.2.3-0.el8                                                                @Ceph 
 </pre>

Back