]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: add fs_subvolume module
authorRamana Raja <rraja@redhat.com>
Sat, 13 Apr 2019 16:06:05 +0000 (21:36 +0530)
committerRamana Raja <rraja@redhat.com>
Tue, 14 May 2019 14:10:40 +0000 (19:40 +0530)
commitf37cca105d019243bea4d8d7e42bf57cea659ecc
tree29e34735a7a1d011531514d75ae3974de42e0111
parent69975864149ea110dd24a2fe174f5390a03de8fa
mgr/volumes: add fs_subvolume module

fs_subvolume module provisions and manages CephFS subvolumes, which are
CephFS subdirectories with a desired layout and quota. Its code is
heavily borrowed from, src/pybind/ceph_volume_client.py

Fixes: http://tracker.ceph.com/issues/39610
Signed-off-by: Ramana Raja <rraja@redhat.com>
src/pybind/mgr/volumes/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/subvolume.py [new file with mode: 0644]