diff options
Diffstat (limited to '')
-rw-r--r-- | qa/cephfs/conf/mds.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml new file mode 100644 index 000000000..46403ffa0 --- /dev/null +++ b/qa/cephfs/conf/mds.yaml @@ -0,0 +1,13 @@ +overrides: + ceph: + conf: + mds: + debug mds: 20 + debug ms: 1 + mds debug frag: true + mds debug scatterstat: true + mds op complaint time: 180 + mds verify scatter: true + osd op complaint time: 180 + rados mon op timeout: 900 + rados osd op timeout: 900 |