]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: pass confirmation flag to fs fail in tear down code
authorRishabh Dave <ridave@redhat.com>
Mon, 25 Mar 2024 12:01:01 +0000 (17:31 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Jun 2024 10:23:06 +0000 (15:53 +0530)
commit61bd3e5be6b4f249552a63cfef8c2ea28de5f1d8
treee2ca055794e8146d02fb406da5c4752db64b9f7b
parentf8881bc759a19861a56d31ac4a7daf50c567b2e9
qa/cephfs: pass confirmation flag to fs fail in tear down code

Since "ceph fs fail" command now requires the confirmation flag when
Ceph cluster has either health warning MDS_TRIM or MDS_CACHE_OVERSIZE,
update tear down in QA code. During the teardown, the CephFS should be
failed, regardless of whether or not Ceph cluster has health warnings,
since it is teardown.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit a1af1bf538a20ae7d021098f5787534ce61dbd7c)
qa/tasks/cephfs/filesystem.py