]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: pass MDS name, not FS name, to "ceph mds fail" cmd
authorRishabh Dave <ridave@redhat.com>
Wed, 8 May 2024 13:59:11 +0000 (19:29 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Jun 2024 10:23:06 +0000 (15:53 +0530)
commit76fab4804ff8463a3b757ae92baf59e2cb619c26
tree3e4807cabd43e86b9333eaf4f8e731fa76f5fded
parent40ecfdee4ed95f50dce2fc2ae1a4c7f828025ace
qa/cephfs: pass MDS name, not FS name, to "ceph mds fail" cmd

This issue was not caught in original QA run because "ceph mds fail"
returns 0 even though MDS name received by it in argument is
non-existent. This is done for the sake of idempotency, however it
caused this bug to go uncaught.

Fixea: https://tracker.ceph.com/issues/65864
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit ab643f7a501797634a366fd29bf4acef6a8f0cf2)
qa/tasks/cephfs/test_admin.py