mirror of
https://github.com/ceph/ceph
synced 2025-04-04 23:42:13 +00:00
qa: move some configs to cluster-conf
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
82c43d096f
commit
5601f91bf9
@ -1,6 +1,6 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
cluster-conf:
|
||||
mds:
|
||||
mds bal fragment size max: 10000
|
||||
mds bal merge size: 5
|
||||
|
@ -1,5 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
cluster-conf:
|
||||
mds:
|
||||
mds_dir_prefetch: false
|
||||
|
@ -1,5 +1,5 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
cluster-conf:
|
||||
mds:
|
||||
mds_dir_prefetch: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
cluster-conf:
|
||||
client:
|
||||
debug ms: 1
|
||||
debug client: 20
|
||||
|
@ -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=/
|
||||
|
Loading…
Reference in New Issue
Block a user