From 3ea4b1dcd4ff9be8b1ef8ea4545897cc49163740 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 Sep 2014 09:01:26 -0700 Subject: [PATCH] smoke: fix pjd debug conf syntax Needs the section there or else ceph.py barfs at runtime Signed-off-by: Sage Weil --- suites/smoke/basic/tasks/cfuse_workunit_suites_pjd.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/suites/smoke/basic/tasks/cfuse_workunit_suites_pjd.yaml b/suites/smoke/basic/tasks/cfuse_workunit_suites_pjd.yaml index ca0b7bcf79881..d042daa716d41 100644 --- a/suites/smoke/basic/tasks/cfuse_workunit_suites_pjd.yaml +++ b/suites/smoke/basic/tasks/cfuse_workunit_suites_pjd.yaml @@ -3,8 +3,12 @@ tasks: - ceph: fs: xfs conf: - debug mds: 20 - debug client: 20 + mds: + debug mds: 20 + debug ms: 1 + client: + debug client: 20 + debug ms: 1 - ceph-fuse: - workunit: clients: -- 2.39.5