mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
752b4c6110
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>
18 lines
375 B
YAML
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'
|