qa: move some configs to cluster-conf

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2023-09-15 20:50:15 -04:00
parent 82c43d096f
commit 5601f91bf9
No known key found for this signature in database
GPG Key ID: FA47FD0B0367D313
5 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
overrides: overrides:
ceph: ceph:
conf: cluster-conf:
mds: mds:
mds bal fragment size max: 10000 mds bal fragment size max: 10000
mds bal merge size: 5 mds bal merge size: 5

View File

@ -1,5 +1,5 @@
overrides: overrides:
ceph: ceph:
conf: cluster-conf:
mds: mds:
mds_dir_prefetch: false mds_dir_prefetch: false

View File

@ -1,5 +1,5 @@
overrides: overrides:
ceph: ceph:
conf: cluster-conf:
mds: mds:
mds_dir_prefetch: true mds_dir_prefetch: true

View File

@ -1,6 +1,6 @@
overrides: overrides:
ceph: ceph:
conf: cluster-conf:
client: client:
debug ms: 1 debug ms: 1
debug client: 20 debug client: 20

View File

@ -5,9 +5,14 @@ mgrmodules:
- ceph mgr module enable snap_schedule - ceph mgr module enable snap_schedule
overrides: overrides:
ceph: ceph:
conf: mgr-modules:
- snap_schedule
cluster-conf:
mgr: mgr:
debug cephsqlite: 20 debug cephsqlite: 20
mgr/snap_schedule/log_level: debug
mgr/snap_schedule/allow_m_granularity: true
mgr/snap_schedule/dump_on_update: true
check-counter: check-counter:
counters: counters:
mds: mds:
@ -17,9 +22,6 @@ overrides:
tasks: tasks:
- exec: - exec:
mon.a: mon.a:
- ceph config set mgr mgr/snap_schedule/log_level debug
- ceph config set mgr mgr/snap_schedule/allow_m_granularity true
- ceph config set mgr mgr/snap_schedule/dump_on_update true
- ceph fs snap-schedule add --fs=cephfs --path=/ --snap_schedule=1m - ceph fs snap-schedule add --fs=cephfs --path=/ --snap_schedule=1m
- ceph fs snap-schedule retention add --fs=cephfs --path=/ --retention-spec-or-period=6m3h - ceph fs snap-schedule retention add --fs=cephfs --path=/ --retention-spec-or-period=6m3h
- ceph fs snap-schedule status --fs=cephfs --path=/ - ceph fs snap-schedule status --fs=cephfs --path=/