]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/ceph_volume_client: remove 'compat_version'
authorRamana Raja <rraja@redhat.com>
Mon, 18 Sep 2017 14:46:30 +0000 (20:16 +0530)
committerRamana Raja <rraja@redhat.com>
Fri, 29 Sep 2017 09:58:42 +0000 (15:28 +0530)
... class attribute of the 'CephFSVolumeClient' class. It was supposed
to record the earliest version of CephFSVolumeClient that the current
version is compatible with. It's not useful data to be stored as a
class attribute.

Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 894a734aa5a56b20d3f68bb3ad644b370f193934)

src/pybind/ceph_volume_client.py

index e4a7b184e403caa29c3486fdd9809d99095cb99d..422189375264382eb3e5969566f9cf9c80e7f3a4 100644 (file)
@@ -229,8 +229,6 @@ class CephFSVolumeClient(object):
 
     # Current version
     version = 1
-    # Earliest compatible version
-    compat_version = 1
 
     # Where shall we create our volumes?
     POOL_PREFIX = "fsvolume_"