From a60e84d43fffadf9330fcf400f14f407d4678fdb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 6 Sep 2013 14:49:05 -0700 Subject: [PATCH] ceph: fix daemon-helper typo Broken in edc5ef8860b2917c14ee648f15ac7751535d411a Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index dc423acf6..6852a5143 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -882,7 +882,7 @@ def run_daemon(ctx, config, type_): 'adjust-ulimits', 'ceph-coverage', coverage_dir, - ' '.format(tdir=testdir), + 'daemon-helper', daemon_signal, ] run_cmd_tail = [ -- 2.47.3