From: Sage Weil Date: Thu, 7 Feb 2013 05:43:58 +0000 (-0800) Subject: osd_recovery: add missing testdir arg X-Git-Tag: 1.1.0~2323^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=67bbb9c77b7cd98f883471fdb6cea79e7f40abef;p=teuthology.git osd_recovery: add missing testdir arg --- diff --git a/teuthology/task/osd_recovery.py b/teuthology/task/osd_recovery.py index 7d2ee01f2..1296e6c8f 100644 --- a/teuthology/task/osd_recovery.py +++ b/teuthology/task/osd_recovery.py @@ -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)