diff options
Diffstat (limited to 'qa/cephfs/conf')
-rw-r--r-- | qa/cephfs/conf/+ | 0 | ||||
l--------- | qa/cephfs/conf/.qa | 1 | ||||
-rw-r--r-- | qa/cephfs/conf/client.yaml | 9 | ||||
-rw-r--r-- | qa/cephfs/conf/mds.yaml | 14 | ||||
-rw-r--r-- | qa/cephfs/conf/mon.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/conf/osd.yaml | 5 |
6 files changed, 34 insertions, 0 deletions
diff --git a/qa/cephfs/conf/+ b/qa/cephfs/conf/+ new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/qa/cephfs/conf/+ diff --git a/qa/cephfs/conf/.qa b/qa/cephfs/conf/.qa new file mode 120000 index 000000000..a602a0353 --- /dev/null +++ b/qa/cephfs/conf/.qa @@ -0,0 +1 @@ +../.qa/
\ No newline at end of file diff --git a/qa/cephfs/conf/client.yaml b/qa/cephfs/conf/client.yaml new file mode 100644 index 000000000..4b37d03b4 --- /dev/null +++ b/qa/cephfs/conf/client.yaml @@ -0,0 +1,9 @@ +overrides: + ceph: + conf: + client: + client mount timeout: 600 + debug ms: 1 + debug client: 20 + rados mon op timeout: 900 + rados osd op timeout: 900 diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml new file mode 100644 index 000000000..b1c7a5869 --- /dev/null +++ b/qa/cephfs/conf/mds.yaml @@ -0,0 +1,14 @@ +overrides: + ceph: + conf: + mds: + debug mds: 20 + debug mds balancer: 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 diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml new file mode 100644 index 000000000..eea56004a --- /dev/null +++ b/qa/cephfs/conf/mon.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mon: + mon op complaint time: 120 diff --git a/qa/cephfs/conf/osd.yaml b/qa/cephfs/conf/osd.yaml new file mode 100644 index 000000000..1087202f9 --- /dev/null +++ b/qa/cephfs/conf/osd.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd op complaint time: 180 |