Project

General

Profile

Actions

Bug #12869

closed

override debug settings are not being applied

Added by Greg Farnum over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Urgent
Assignee:
Category:
Core Tasks
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

commit aa84941cf9fb1c52c8992da21be157e70fe99b98
Author: John Spray <john.spray@redhat.com>
Date:   Thu Aug 13 19:08:16 2015 +0100

    tasks/kcephfs: enable MDS debug

    To help us debug #11482

    Signed-off-by: John Spray <john.spray@redhat.com>

diff --git a/suites/kcephfs/cephfs/conf.yaml b/suites/kcephfs/cephfs/conf.yaml
index 30da870..b3ef404 100644
--- a/suites/kcephfs/cephfs/conf.yaml
+++ b/suites/kcephfs/cephfs/conf.yaml
@@ -3,3 +3,5 @@ overrides:
     conf:
       global:
         ms die on skipped message: false
+      mds:
+        debug mds: 20

applied in

commit 641169f2542d8fa23c1452b53288fe732be74503
Merge: 48a8b23 aa84941
Author: Yan, Zheng <ukernel@gmail.com>
Date:   Tue Aug 18 17:38:34 2015 +0800

    Merge pull request #531 from ceph/wip-mds-debug

    tasks/kcephfs: enable MDS debug

Is still not showing up in the kcephfs suite runs. I believe these should be auto-updating so I'm not sure how it could be failing. For instance, http://pulpito.ceph.com/teuthology-2015-08-24_23:08:02-kcephfs-master-testing-basic-multi/1030719/ does not have any mention of "debug mds". That's a master run. I've checked the master branch and the yaml fragment is good:

gregf@rex004:~/src/ceph-qa-suite [master]$ cat suites/kcephfs/cephfs/conf.yaml 
overrides:
  ceph:
    conf:
      global:
        ms die on skipped message: false
      mds:
        debug mds: 20

The only thing I can think of is that there are override stanzas in other conf.yaml files which are also being included in the run (from different fragment directories).

Actions

Also available in: Atom PDF