]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr / volumes: carve of volume as a separate class
authorVenky Shankar <vshankar@redhat.com>
Mon, 13 May 2019 12:15:35 +0000 (17:45 +0530)
committerVenky Shankar <vshankar@redhat.com>
Fri, 14 Jun 2019 04:26:51 +0000 (00:26 -0400)
commitb3dc3b2dba794e942219c385f80632b449ba5751
tree28f20d262b576e01b4808c04a2f49afd53bf95a2
parentc735b901da3eb2f437e0ad903e3f8542d41b68b2
mgr / volumes: carve of volume as a separate class

Move volume operations (create/delete) from main module source
to VolumeClient class in new volume source.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/pybind/mgr/volumes/fs/volume.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py