From 6f81ef87f05444015719755358d0e30a56e4c735 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 10 Jul 2019 16:10:45 -0700 Subject: [PATCH] pybind/mgr/volumes: remove unused property Signed-off-by: Patrick Donnelly (cherry picked from commit f7987f5fcba322879046e86720f1db55d076d881) --- src/pybind/mgr/volumes/fs/subvolspec.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pybind/mgr/volumes/fs/subvolspec.py b/src/pybind/mgr/volumes/fs/subvolspec.py index 02de8c7a92ebc..ca3740a51a39c 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): """ -- 2.39.5