Actually use the 'bluestore-skip' config parameter
Change-Id: I67a4650e1f4c211be68b1b02fddfed3bc7cae381
This commit is contained in:
parent
b4a870af2c
commit
990a426b82
@ -251,7 +251,8 @@ if __name__ == "__main__":
|
||||
device_path=dev,
|
||||
bucket=hookenv.action_get("bucket"),
|
||||
osd_id=osd_id, part_iter=part_iter,
|
||||
use_crimson=crimson)
|
||||
use_crimson=crimson,
|
||||
bluestore_skip=bluestore_skip)
|
||||
except Exception:
|
||||
errors.append(dev)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user