]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd_recovery: add missing testdir arg
authorSage Weil <sage@inktank.com>
Thu, 7 Feb 2013 05:43:58 +0000 (21:43 -0800)
committerSage Weil <sage@inktank.com>
Thu, 7 Feb 2013 05:44:10 +0000 (21:44 -0800)
teuthology/task/osd_recovery.py

index 7d2ee01f24cdc6465383e45d753d77df2d304015..1296e6c8f23d08d0f9b38779d681a8730fa27d45 100644 (file)
@@ -152,8 +152,9 @@ def test_incomplete_pgs(ctx, config):
     manager.wait_for_clean()
 
     # lots of objects in rbd (no pg log, will backfill)
-    p = rados_start(mon, ['-p', 'rbd', 'bench', '60', 'write', '-b', '1',
-                          '--no-cleanup'])
+    p = rados_start(testdir, mon,
+                    ['-p', 'rbd', 'bench', '60', 'write', '-b', '1',
+                     '--no-cleanup'])
     p.exitstatus.get()
 
     # few objects in metadata pool (with pg log, normal recovery)