]> 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>
Thu, 6 Jun 2019 15:23:45 +0000 (20:53 +0530)
commit4d27fafbe3466d1d95397eac55447a44fec58f96
tree2c4029134d161129a832c829375ccaa6ef575e6f
parent8901951ec5655b5dfdc0c7a35cec45d39dbd123a
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>
(cherry picked from commit f37cca105d019243bea4d8d7e42bf57cea659ecc)
src/pybind/mgr/volumes/fs/__init__.py [new file with mode: 0644]
src/pybind/mgr/volumes/fs/subvolume.py [new file with mode: 0644]