diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /qa/cephfs/conf | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 | 7 | ||||
-rw-r--r-- | qa/cephfs/conf/mds.yaml | 11 | ||||
-rw-r--r-- | qa/cephfs/conf/mon.yaml | 5 | ||||
-rw-r--r-- | qa/cephfs/conf/osd.yaml | 5 |
6 files changed, 29 insertions, 0 deletions
diff --git a/qa/cephfs/conf/+ b/qa/cephfs/conf/+ new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/qa/cephfs/conf/+ diff --git a/qa/cephfs/conf/.qa b/qa/cephfs/conf/.qa new file mode 120000 index 00000000..a602a035 --- /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 00000000..96026f91 --- /dev/null +++ b/qa/cephfs/conf/client.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + conf: + client: + client mount timeout: 600 + debug ms: 1 + debug client: 20 diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml new file mode 100644 index 00000000..0c2f8380 --- /dev/null +++ b/qa/cephfs/conf/mds.yaml @@ -0,0 +1,11 @@ +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 diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml new file mode 100644 index 00000000..eea56004 --- /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 00000000..1087202f --- /dev/null +++ b/qa/cephfs/conf/osd.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd op complaint time: 180 |