]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Bump up AuthMetadataManager's version 39480/head
authorKotresh HR <khiremat@redhat.com>
Fri, 19 Feb 2021 11:27:23 +0000 (16:57 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 23 Feb 2021 16:24:52 +0000 (21:54 +0530)
commit782a0825248d9b2ae0aa40c867f058ff3a00f22a
tree561610d4764d47d1b1b31bc981b380514bbff668
parentce55a0bcdc5db139fc8f39665c372f1b7cc274a7
mgr/volumes: Bump up AuthMetadataManager's version

With ceph_volume_client and mgr-volumes co-existing
for sometime, the version of both needs to be same.
The ceph_volume_client version <=5 can't decode
'subvolumes' key in auth-metadata file. Hence to
handle version in-compatibility, the version of
ceph_volume_client is bumped up to 6 and the same
needs to be done in mgr-volume's AuthMetadataManager

Fixes: https://tracker.ceph.com/issues/49374
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 818c7781ff0467c6521bf2b3002b094fb8a71257)
qa/tasks/cephfs/test_volumes.py
src/pybind/mgr/volumes/fs/operations/versions/auth_metadata.py