Project

General

Profile

Backport #40919

Updated by Jan Fajerski almost 5 years ago

as discussed in several orchestrator meetings, the batch subcommand needs several arg additions. 

 -replace-osd-ids=previous_osd_ids  # comma separated list. See notes below 

 --objectstore={filestore,bluestore} 

 --dmcrypt 

 --osds-per-device <N>  

 --shared-device <dev>  # for hybrid osds, db or journal 

 --num-slots <N>   # if we want to divide shared device by N > num devices 

 --shared-underprovision-ratio <ratio> 

 https://github.com/ceph/ceph/pull/29243

Back