]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
task/osd_backfill: use 'rbd' instead of 'data' pool
authorSage Weil <sage@redhat.com>
Fri, 25 Jul 2014 18:33:14 +0000 (11:33 -0700)
committerSage Weil <sage@redhat.com>
Fri, 25 Jul 2014 18:33:25 +0000 (11:33 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/task/osd_backfill.py

index 2798084ce6257b07bb2ab9ad9b43961c08a423f9..f3b59e398cb0ac64bcc4bb576e980628814017f1 100644 (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)