]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: test that counters are not printed for SR MDS 57834/head
authorRishabh Dave <ridave@redhat.com>
Tue, 26 Mar 2024 06:04:23 +0000 (11:34 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 3 Jun 2024 12:59:35 +0000 (18:29 +0530)
commitaeed01fd93f2c495ef69f965ab64df29e4cde848
treef3387a9e66667332ee71e7b8612b0a5c653cc248
parenteeea18abf36c7e31471e5f3cd0db1ed4d5b0717b
qa/cephfs: test that counters are not printed for SR MDS

- Add tests to verify that inode and stray counters are not
  replayed/included in the health warnings printed for the
  standby-replay MDS.

- Add "MDS_CACHE_OVERSIZED" health warning to ignorelist to
  failover.yaml.

- Add a helper method to qa.tasks.cephfs.filesystem.Filesystem to get
  MDS name of standby-replay MDS.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 2784e224e7af38d5b96c573df7dfb373de53937b)
qa/suites/fs/multifs/tasks/failover.yaml
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_failover.py