]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr / volumes: introduce subvolume specification class
authorVenky Shankar <vshankar@redhat.com>
Thu, 16 May 2019 05:54:12 +0000 (01:54 -0400)
committerVenky Shankar <vshankar@redhat.com>
Fri, 14 Jun 2019 04:26:51 +0000 (00:26 -0400)
commit021b80495da2740fedf45793e17a258f3ebf164c
treeb35a4da758c82996436ed0559a46fed206dc1c74
parentb3dc3b2dba794e942219c385f80632b449ba5751
mgr / volumes: introduce subvolume specification class

Specifications class that represents a unique subvolume
identified by (subvolume-id, group-id) tuple. Provide
heleper functions for fetching  various subvolume specific
attributes such as subvolume path, group path etc.

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