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:
ceph:
conf:
cluster-conf:
mds:
mds bal fragment size max: 10000
mds bal merge size: 5

View File

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

View File

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

View File

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

View File

@ -5,9 +5,14 @@ mgrmodules:
- ceph mgr module enable snap_schedule
overrides:
ceph:
conf:
mgr-modules:
- snap_schedule
cluster-conf:
mgr:
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:
counters:
mds:
@ -17,9 +22,6 @@ overrides:
tasks:
- exec:
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 retention add --fs=cephfs --path=/ --retention-spec-or-period=6m3h
- ceph fs snap-schedule status --fs=cephfs --path=/