mirror of
https://github.com/ceph/ceph
synced 2025-04-10 19:53:05 +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:
|
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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
overrides:
|
overrides:
|
||||||
ceph:
|
ceph:
|
||||||
conf:
|
cluster-conf:
|
||||||
mds:
|
mds:
|
||||||
mds_dir_prefetch: false
|
mds_dir_prefetch: false
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
overrides:
|
overrides:
|
||||||
ceph:
|
ceph:
|
||||||
conf:
|
cluster-conf:
|
||||||
mds:
|
mds:
|
||||||
mds_dir_prefetch: true
|
mds_dir_prefetch: true
|
||||||
|
@ -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
|
||||||
|
@ -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=/
|
||||||
|
Loading…
Reference in New Issue
Block a user