]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Bump up AuthMetadataManager's version 39658/head
authorKotresh HR <khiremat@redhat.com>
Fri, 19 Feb 2021 11:27:23 +0000 (16:57 +0530)
committerKotresh HR <khiremat@redhat.com>
Thu, 25 Feb 2021 07:36:59 +0000 (13:06 +0530)
commit929c690f1b5ce4f931b1279c8ec51b7c00e0a134
treeffe703ad1ba8d56e4c31b7fa1b9ce530a26354d6
parent34a28c8a52812af2d09e259e0d89bcd92c678ced
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