Project

General

Profile

Bug #64041

Updated by Rishabh Dave 4 months ago

Link to the failure - https://pulpito.ceph.com/rishabh-2024-01-04_18:43:16-fs-rishabh-2024jan4-testing-default-smithi/7507381 

 Test suite @fs/upgrade/nofs@ installs Pacific release and attempts upgrading to Squid 

 <pre> 
 2024-01-04T19:42:26.305 INFO:tasks.ceph.mon.a.smithi184.stderr:2024-01-04T19:42:26.289+0000 7fe098119cc0 -1 recorded min_mon_release 16 (pacific) is more than two releases older than installed 19 (squid); you can only upgrade 2 releases at a time 
 2024-01-04T19:42:26.305 INFO:tasks.ceph.mon.a.smithi184.stderr:you should first upgrade to 17 (quincy) or 18 (reef) 
 </pre> 

 Check code for this here - https://github.com/ceph/ceph/blob/main/qa/suites/fs/upgrade/nofs/tasks/0-pacific.yaml#L6. 

 This fails because we are trying to jump more than 2 release versions of Ceph which is not possible/allowed. We need to change installed version from pacific to quincy to fix this.

Back