diff options
author | Sridhar Seshasayee <sseshasa@redhat.com> | 2024-05-15 17:55:48 +0200 |
---|---|---|
committer | Sridhar Seshasayee <sseshasa@redhat.com> | 2024-05-16 06:32:43 +0200 |
commit | aae02b6af468b1a62303655707a40d358088b0c1 (patch) | |
tree | b521b91f994f6608ed235286bf3d4becf44a13cd /qa/suites/rados | |
parent | Merge pull request #53859 from rhcs-dashboard/add-pseudo-validation (diff) | |
download | ceph-aae02b6af468b1a62303655707a40d358088b0c1.tar.xz ceph-aae02b6af468b1a62303655707a40d358088b0c1.zip |
qa/suites/rados/verify/validater: increase heartbeat grace timeout
OSD_DOWN cluster log warning is raised on rare occasions due to
the osd_hearbeat_grace timeout getting exceeded. The warning is
soon cleared. Given the nature of the test (valgrind), the
grace timeout is increased to 160 secs to avoid generating the
warning.
Fixes: https://tracker.ceph.com/issues/65768
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
Diffstat (limited to 'qa/suites/rados')
-rw-r--r-- | qa/suites/rados/verify/validater/valgrind.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml index f3ee027b9ab..c70893893fd 100644 --- a/qa/suites/rados/verify/validater/valgrind.yaml +++ b/qa/suites/rados/verify/validater/valgrind.yaml @@ -8,7 +8,8 @@ overrides: ceph: conf: global: - osd heartbeat grace: 80 + # see https://tracker.ceph.com/issues/65768 + osd heartbeat grace: 160 # see https://tracker.ceph.com/issues/62992 osd op thread timeout: 150 mon: |