Project

General

Profile

Bug #9826

Updated by Loïc Dachary over 9 years ago

The following is racy: 
 <pre> 
 

     ceph osd crush rule create-simple ... 
 
     ceph osd crush rule ls 
 </pre> 
 

 because osd crush rule ls does not use the pending crushmap. If the 
 machine is fast enough the second command will run before paxos has time 
 to propose and incorrectly claim the rule does not exist. 

Back