From: Patrick Donnelly Date: Wed, 10 Jul 2019 23:10:45 +0000 (-0700) Subject: pybind/mgr/volumes: remove unused property X-Git-Tag: v15.1.0~2189^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f7987f5fcba322879046e86720f1db55d076d881;p=ceph-ci.git pybind/mgr/volumes: remove unused property Signed-off-by: Patrick Donnelly --- diff --git a/src/pybind/mgr/volumes/fs/subvolspec.py b/src/pybind/mgr/volumes/fs/subvolspec.py index 02de8c7a92e..ca3740a51a3 100644 --- a/src/pybind/mgr/volumes/fs/subvolspec.py +++ b/src/pybind/mgr/volumes/fs/subvolspec.py @@ -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): """