From b5668cf64be56afbe3a9d17a6f6343a126d6d757 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 18 Feb 2012 13:56:47 -0800 Subject: [PATCH] thrashing: whitelist 'objects unfound and apparently lost' message This can happen when we mark OSDs down... if the objects are found when the osds come back up then we're fine. if not, it won't go clean, and the test will fail for that reason. --- suites/regression/thrash/thrashers/default.yaml | 1 + suites/stress/thrash/thrashers/default.yaml | 1 + suites/stress/thrash/thrashers/fast.yaml | 1 + suites/stress/thrash/thrashers/more-down.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/suites/regression/thrash/thrashers/default.yaml b/suites/regression/thrash/thrashers/default.yaml index 20045887ddc6e..96f6069e6543a 100644 --- a/suites/regression/thrash/thrashers/default.yaml +++ b/suites/regression/thrash/thrashers/default.yaml @@ -2,4 +2,5 @@ tasks: - ceph: log-whitelist: - wrongly marked me down or wrong addr + - objects unfound and apparently lost - thrashosds: diff --git a/suites/stress/thrash/thrashers/default.yaml b/suites/stress/thrash/thrashers/default.yaml index 20045887ddc6e..96f6069e6543a 100644 --- a/suites/stress/thrash/thrashers/default.yaml +++ b/suites/stress/thrash/thrashers/default.yaml @@ -2,4 +2,5 @@ tasks: - ceph: log-whitelist: - wrongly marked me down or wrong addr + - objects unfound and apparently lost - thrashosds: diff --git a/suites/stress/thrash/thrashers/fast.yaml b/suites/stress/thrash/thrashers/fast.yaml index b0eec544dad03..3902011fbbc9f 100644 --- a/suites/stress/thrash/thrashers/fast.yaml +++ b/suites/stress/thrash/thrashers/fast.yaml @@ -2,6 +2,7 @@ tasks: - ceph: log-whitelist: - wrongly marked me down or wrong addr + - objects unfound and apparently lost - thrashosds: op_delay: 1 chance_down: 10 diff --git a/suites/stress/thrash/thrashers/more-down.yaml b/suites/stress/thrash/thrashers/more-down.yaml index 91de5de2129c2..30dc450524a34 100644 --- a/suites/stress/thrash/thrashers/more-down.yaml +++ b/suites/stress/thrash/thrashers/more-down.yaml @@ -2,5 +2,6 @@ tasks: - ceph: log-whitelist: - wrongly marked me down or wrong addr + - objects unfound and apparently lost - thrashosds: chance_down: 50 -- 2.39.5