Skip to content

Commit 752b4c6

Browse files
committed
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 <[email protected]>
1 parent 542c58a commit 752b4c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/config/crimson_qa_overrides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ overrides:
99
osd pool default crimson: true
1010
osd:
1111
crimson osd obc lru size: 10
12+
mgr:
13+
mgr stats period: 30
1214
flavor: crimson
1315
workunit:
1416
env:

0 commit comments

Comments
 (0)