]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_volume_client: add versioning
authorRamana Raja <rraja@redhat.com>
Wed, 6 Jul 2016 10:03:06 +0000 (15:33 +0530)
committerRamana Raja <rraja@redhat.com>
Tue, 2 Aug 2016 10:57:58 +0000 (16:27 +0530)
commite8dd1eeec7ee2fd11a2985843825a3ec0f522b0c
tree6cd442e70449a70223c832eb19aa0e7a4a5b3513
parenta0ffc859f5763850342a165ec4c49b3b1e83bb95
ceph_volume_client: add versioning

Add class attributes to CephFSVolumeClient to version
its capabilities.

'version' attribute stores the current version number
of CephFSVolumeClient.

'compat_version' attribute stores the earliest version
number of CephFSVolumeClient that the current version is
compatible with.

Fixes: http://tracker.ceph.com/issues/15406
Signed-off-by: Ramana Raja <rraja@redhat.com>
(cherry picked from commit 46876fb2ceb22082c0a1703fe77ad1694b508ad8)
src/pybind/ceph_volume_client.py