Skip to content

Commit 920eceb

Browse files
committed
qa/cephfs: remove the uneccessary check for root_squash
Just checking the caps in the keyring is enough. Fixes: e64931b ("mds/Server: disallow clients that have root_squash") Fixes: https://tracker.ceph.com/issues/63141 Signed-off-by: Xiubo Li <[email protected]>
1 parent bdabe22 commit 920eceb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qa/tasks/cephfs/test_admin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,8 +1691,6 @@ def test_idem_unaffected_root_squash(self):
16911691
mdscap = gen_mds_cap_str(((PERM, self.fs.name, PATH, True),))
16921692
for cap in (moncap, osdcap, mdscap):
16931693
self.assertIn(cap, keyring)
1694-
self._remount(self.mount_a, self.fs.name, keyring, PATH)
1695-
self.captester.run_cap_tests(self.fs, self.client_id, PERM, PATH)
16961694

16971695
def _get_uid(self):
16981696
return self.mount_a.client_remote.run(

0 commit comments

Comments
 (0)