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

index 7fc749d3f598b5c2252d949971d63042b617c491..b30e7d422372a51a1d6e34e6a3778ded8340514e 100644 (file)
@@ -161,9 +161,9 @@ def test_incomplete_pgs(ctx, config):
                      '--no-cleanup'])
     p.wait()
 
-    # few objects in metadata pool (with pg log, normal recovery)
+    # few objects in rbd pool (with pg log, normal recovery)
     for f in range(1, 20):
-        p = rados_start(testdir, mon, ['-p', 'metadata', 'put',
+        p = rados_start(testdir, mon, ['-p', 'rbd', 'put',
                               'foo.%d' % f, '/etc/passwd'])
         p.wait()