mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
qa/tasks/rebuild_mondb.py: --no-mon-config to ceph-objectstore-tool
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
2bc34bb882
commit
9c42d88743
@ -94,7 +94,7 @@ def _rebuild_db(ctx, manager, cluster_name, mon, mon_id, keyring_path):
|
||||
log.info('rm -rf {0}'.format(local_mstore))
|
||||
shutil.rmtree(local_mstore)
|
||||
# update leveldb with OSD data
|
||||
options = '--op update-mon-db --mon-store-path {0}'
|
||||
options = '--no-mon-config --op update-mon-db --mon-store-path {0}'
|
||||
log.info('cot {0}'.format(osd_mstore))
|
||||
manager.objectstore_tool(pool=None,
|
||||
options=options.format(osd_mstore),
|
||||
|
Loading…
Reference in New Issue
Block a user