]> 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>
Mon, 18 Jul 2016 11:08:32 +0000 (16:38 +0530)
commit46876fb2ceb22082c0a1703fe77ad1694b508ad8
treedaee46a5286874cac6efd7a4d98f8ecc234b5604
parent82445a20a258a4c8800f273dc5f2484aace0e413
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>
src/pybind/ceph_volume_client.py