Project

General

Profile

Bug #41746

Updated by Sebastian Wagner over 4 years ago

Calling `ceph orchestrator device ls` will show all disks as unavailable, as Rook doesn't return ceph-volume inventory and `available` is not set manually. 

 <pre> 
 caasp4-min-worker:/ # ceph orchestrator device ls 
 Host caasp4-min-worker: 
   Device Path             Type         Size      Rotates    Available Model           
   vda                      hdd        50.0G        False        False                 
   vdb                      hdd        5120M        False        False                 
   vdc                      hdd        5120M        False        False                 
   vdd                      hdd        5120M        False        False   
 </pre>

Back