]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: test that counters are not printed for SR MDS 56065/head
authorRishabh Dave <ridave@redhat.com>
Tue, 26 Mar 2024 06:04:23 +0000 (11:34 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 23 Apr 2024 14:36:43 +0000 (20:06 +0530)
commit2784e224e7af38d5b96c573df7dfb373de53937b
treea450e37a92ec5c8701b133025d0c66f8cbb8d8d9
parent03dcdc1329e471aa4aa403519ea5131db2f99b23
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>
qa/suites/fs/multifs/tasks/failover.yaml
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_failover.py