ceph/qa/config/crimson_qa_overrides.yaml
Matan Breizman 752b4c6110 qa/config/crimson_qa_overrides: adjust mgr_stats_period
Some test jobs fail with `local_shared_foreign_ptr: Assertion `ptr && *ptr' failed`
It seems that we attempt to use a connection which is not yet ready to use
after setting up the daemons on boot.
Adjust the mgr_stats_period to allow more time for the daemons to set up.
See: https://tracker.ceph.com/issues/62162#note-10

Note: This is not a fix but more of a temporary solution to avoid noise
      in the testing suite (Tracker stays open).

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
2024-05-02 15:49:21 +00:00

18 lines
375 B
YAML

overrides:
ceph:
log-ignorelist:
- \(POOL_APP_NOT_ENABLED\)
conf:
global:
enable experimental unrecoverable data corrupting features: crimson
mon:
osd pool default crimson: true
osd:
crimson osd obc lru size: 10
mgr:
mgr stats period: 30
flavor: crimson
workunit:
env:
CRIMSON_COMPAT: '1'