Skip to content

Commit

Permalink
qa: ignore evicted client warnings for nautilus upgrades
Browse files Browse the repository at this point in the history
Nautilus monitors do not note the client sessions in the mgrmap. So when
we upgrade the warnings are unavoidable.

Fixes: https://tracker.ceph.com/issues/47689
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 2163c60)

Conflicts:
	qa/suites/upgrade/nautilus-x-singleton/1-install/nautilus.yaml
	qa/suites/upgrade/nautilus-x/parallel/1-ceph-install/nautilus.yaml
	qa/suites/upgrade/nautilus-x/stress-split/1-ceph-install/nautilus.yaml
- be5f525 is not being backported
  • Loading branch information
batrick authored and smithfarm committed Dec 3, 2020
1 parent 1e56f9d commit f0438ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ overrides:
- \(MON_DOWN\)
- \(MGR_DOWN\)
- slow request
- evicting unresponsive client
meta:
- desc: install ceph/nautilus latest
tasks:
Expand Down
Expand Up @@ -26,6 +26,7 @@ tasks:
- Monitor daemon marked osd
- Behind on trimming
- Manager daemon
- evicting unresponsive client
conf:
global:
mon warn on pool no app: false
Expand Down
Expand Up @@ -14,6 +14,8 @@ tasks:
bluestore_warn_on_legacy_statfs: false
bluestore warn on no per pool omap: false
mon pg warn min per osd: 0
log-whitelist:
- evicting unresponsive client
- exec:
osd.0:
- ceph osd require-osd-release nautilus
Expand Down

0 comments on commit f0438ee

Please sign in to comment.