From 6bede298ef2b22710fb3ffee8dac4cbbb8ae5274 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 15 Apr 2012 20:39:56 -0700 Subject: [PATCH] dump_stuck: whitelist 'wrongly marked me down' The test marks the osds down.. they may generate this error if they get that faster than they get the signal via the daemon-wrapper. --- suites/regression/singleton/all/dump-stuck.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suites/regression/singleton/all/dump-stuck.yaml b/suites/regression/singleton/all/dump-stuck.yaml index ae9d56adf0d02..9e83a92f293c7 100644 --- a/suites/regression/singleton/all/dump-stuck.yaml +++ b/suites/regression/singleton/all/dump-stuck.yaml @@ -5,6 +5,8 @@ roles: - - osd.1 tasks: - ceph: + log-whitelist: + - wrongly marked me down or wrong addr conf: mon: mon_osd_report_timeout: 90 -- 2.39.5