]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: add tests failing MDS and FS when MDS is unhealthy 56066/head
authorRishabh Dave <ridave@redhat.com>
Mon, 25 Mar 2024 12:05:38 +0000 (17:35 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 25 Apr 2024 07:14:11 +0000 (12:44 +0530)
commit214d614309a75fe9926d1a46be5b184c7cd0cbc1
tree4821fde062ca359b599402617654c1c9045206ba
parenta1af1bf538a20ae7d021098f5787534ce61dbd7c
qa/cephfs: add tests failing MDS and FS when MDS is unhealthy

Add tests to verify that the confirmation flag is mandatory for running
commands "ceph mds fail" and "ceph fs fail" when MDS has one of the two
health warnings: MDS_CACHE_OVERSIZE or MDS_TRIM.

Also, add MDS_CACHE_OVERSIZE and MDS_TRIM to ignorelist for
test_admin.py so that QA jobs knows this an expected failure.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/suites/fs/functional/tasks/admin.yaml
qa/tasks/cephfs/test_admin.py