Project

General

Profile

Bug #45872

Updated by Sebastian Wagner almost 4 years ago

Instead of just listing the device_id, we should consider adding columns for disk properties that can be filtered for in the drivegroup/osdspec. 

 <pre> 
 HOST             PATH        TYPE     SIZE    DEVICE MODEL        VENDOR          ROTATIONAL AVAIL    REJECT REASONS 

 cephadm-dev      /dev/vdb    hdd     25.0G    foo      model_str    vendor_str      1|0          False    Insufficient space (<5GB) on vgs, LVM detected, locked 
 </pre> 

 


 This will extend the table quite a bit, so maybe we should limit the output to only the more relevant attributes. Alternatively there can be a `--long|--details` or similar switch to extend the output. 

Back