]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: Fix multifs auth caps check
authorKotresh HR <khiremat@redhat.com>
Tue, 27 May 2025 06:54:00 +0000 (12:24 +0530)
committerKotresh HR <khiremat@redhat.com>
Mon, 8 Sep 2025 09:33:39 +0000 (15:03 +0530)
commit22c0982c744f34c5ac2375a45788956976a259c1
tree2f4f090e020f5d403ebbb1daf25fcd57af602856
parent9f26174122bd774c5efc5c51641f1ccb5d06e7c7
mds: Fix multifs auth caps check

The fsname is not take into consideration while validating
the access check for the operations. This patch fixes
the same.

Fixes: https://tracker.ceph.com/issues/72167
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 1a5e083eb297dc611c8098abb67faf34fd8e4499)
src/mds/MDSAuthCaps.cc
src/mds/MDSAuthCaps.h
src/mds/Server.cc
src/mds/SessionMap.cc
src/mds/SessionMap.h