From 67bbb9c77b7cd98f883471fdb6cea79e7f40abef Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 6 Feb 2013 21:43:58 -0800 Subject: [PATCH] osd_recovery: add missing testdir arg --- teuthology/task/osd_recovery.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/teuthology/task/osd_recovery.py b/teuthology/task/osd_recovery.py index 7d2ee01f24cdc..1296e6c8f23d0 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) -- 2.39.5