]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Evict clients based on auth-IDs and subvolume mounted 38786/head
authorKotresh HR <khiremat@redhat.com>
Fri, 15 Jan 2021 20:07:14 +0000 (01:37 +0530)
committerKotresh HR <khiremat@redhat.com>
Mon, 25 Jan 2021 10:23:14 +0000 (15:53 +0530)
commit269adcc8b8ab0742ba741ed7c2b59ccfb17a63f9
treeab2d9d9680f5000b9c71884201142b1c592b8034
parent60510411be8a8361ef15d1358afdbad6861c7a6c
mgr/volumes: Evict clients based on auth-IDs and subvolume mounted

Add subvolume evict command which evicts the subvolume mounts
which are mounted using particular auth-ID.

Fixes: https://tracker.ceph.com/issues/44928
Signed-off-by: Kotresh HR <khiremat@redhat.com>
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/exception.py
src/pybind/mgr/volumes/fs/operations/rankevicter.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/operations/template.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/operations/volume.py
src/pybind/mgr/volumes/fs/volume.py
src/pybind/mgr/volumes/module.py