]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: fix minor bug in caps_helper.py's run_mon_cap_tests() 46168/head
authorRishabh Dave <ridave@redhat.com>
Sat, 30 Apr 2022 09:35:23 +0000 (15:05 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 27 May 2022 09:49:38 +0000 (15:19 +0530)
commitf01188d72acfec9cbe261469f0c71a41b28c09e6
treeac9320a015a55374d5abf7972c1ab6351108ed8c
parent26ed4f5228e5b625774694bb41493380d5cbf5d5
qa/cephfs: fix minor bug in caps_helper.py's run_mon_cap_tests()

When an entity's MON cap contains no FS name in it, the entity has the
access to all the FSs on cluster and not just to the default FS of the
cluster.

Fixes: https://tracker.ceph.com/issues/55558
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/caps_helper.py