]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: test that counters are not printed for SR MDS 57795/head
authorRishabh Dave <ridave@redhat.com>
Tue, 26 Mar 2024 06:04:23 +0000 (11:34 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 30 May 2024 18:20:57 +0000 (23:50 +0530)
commitb2bfb5876fd55196dcee038bff67cc07ffacc89c
tree93b40c609d76c14df8ca4902167ed83134b09317
parentaa89f32d689ba459017d06c6f7d74e9bde5c5b39
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