]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr/volumes: remove unused property
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 10 Jul 2019 23:10:45 +0000 (16:10 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 10 Jul 2019 23:11:09 +0000 (16:11 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/pybind/mgr/volumes/fs/subvolspec.py

index 02de8c7a92ebc2529a1c5ce628906968dba00fae..ca3740a51a39cff3a3ed0d71dc782bab1f0aa32b 100644 (file)
@@ -79,13 +79,6 @@ class SubvolumeSpec(object):
         """
         return "{0}{1}".format(self.pool_ns_prefix, self.subvolumeid)
 
-    @property
-    def group_dir(self):
-        """
-        return the group directory path
-        """
-        return self.subvolume_prefix
-
     @property
     def trash_dir(self):
         """