]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard:Directories Menu Can't Use on Ceph File System Dashboard 45028/head
authorSarthak0702 <sarthak.0702@gmail.com>
Thu, 3 Feb 2022 17:59:17 +0000 (23:29 +0530)
committerSarthak0702 <sarthak.0702@gmail.com>
Mon, 14 Feb 2022 17:28:09 +0000 (22:58 +0530)
commit14281d9991a276cf0c0dca53bfdab506f98af881
tree81d54f3f6ecba738c00677eb91cf9d1571a086b2
parent2233d8306e1f3584b1a02b5ff82d0baf9e66c9be
mgr/dashboard:Directories Menu Can't Use on Ceph File System Dashboard

Added exception handling to opendir() in cephfs.py for directories with no execute permission.

Fixes: https://tracker.ceph.com/issues/51611
Signed-off-by: Sarthak0702 <sarthak.0702@gmail.com>
(cherry picked from commit ea1af5438d380eb2160de635ffc7b08a69baf04c)
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/services/exception.py