]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: pass MDS name, not FS name, to "ceph mds fail" cmd 57493/head
authorRishabh Dave <ridave@redhat.com>
Wed, 8 May 2024 13:59:11 +0000 (19:29 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 16 May 2024 06:37:51 +0000 (12:07 +0530)
commitab643f7a501797634a366fd29bf4acef6a8f0cf2
tree815e7d3a67ac6b68675e9ec5ce4fd84bf7fe2f94
parent7e584fa4c035d26dc84a89983ef4ea56c00e26a8
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>
qa/tasks/cephfs/test_admin.py