task/osd_backfill: use 'rbd' instead of 'data' pool

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2014-07-25 11:33:14 -07:00
parent c2fc561427
commit 4e56521ebe

View File

@ -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)