mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
task/osd_backfill: use 'rbd' instead of 'data' pool
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
c2fc561427
commit
4e56521ebe
@ -76,7 +76,7 @@ def task(ctx, config):
|
||||
manager.wait_for_recovery()
|
||||
|
||||
# write some new data
|
||||
p = rados_start(ctx, mon, ['-p', 'data', 'bench', '30', 'write', '-b', '4096',
|
||||
p = rados_start(ctx, mon, ['-p', 'rbd', 'bench', '30', 'write', '-b', '4096',
|
||||
'--no-cleanup'])
|
||||
|
||||
time.sleep(15)
|
||||
|
Loading…
Reference in New Issue
Block a user