]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Allow/deny auth IDs access to FS subvolumes
authorRamana Raja <rraja@redhat.com>
Fri, 5 Jul 2019 06:41:52 +0000 (12:11 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 5 Mar 2021 06:50:31 +0000 (12:20 +0530)
commita8d0db90439cd2157d3087b632823f08d52a2bc5
tree134815ad65693278fa827b8df3f35bc863b7cb53
parent548815bb3ebabf983024bf9b246cc2a2bd82c59c
mgr/volumes: Allow/deny auth IDs access to FS subvolumes

... via the `ceph fs subvolume authorize/deauthorize` command.

Fixes: https://tracker.ceph.com/issues/40401
Signed-off-by: Ramana Raja <rraja@redhat.com>
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 6c3b7547fbf3d987e715e9502359acd873374831)
src/pybind/mgr/volumes/fs/async_cloner.py
src/pybind/mgr/volumes/fs/operations/access.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/subvolume.py
src/pybind/mgr/volumes/fs/operations/template.py
src/pybind/mgr/volumes/fs/operations/versions/__init__.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_base.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/purge_queue.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py