Project

General

Profile

Feature #54392

Updated by Sebastian Wagner about 2 years ago

Upgrades are not run very frequently, so it would be helpful to understand how long the last upgrade took - especially if the upgrade process is going to be subject to a change management (ITIL) process. 

 At the end of the upgrade, if we stored an upgrade summary record these could be referenced by a history subcommand 

 <pre> 
 ceph orch upgrade history 
 { 
 2022-02-23: { 
   run-time: 19h 
   daemons_updated: 1800 
   from_version: 16.2.7 
   to_version: 17.0 
   } 
 } 
 </pre> 

Back