]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: update caps if necessary when getting keyring
authorAdam King <adking@redhat.com>
Wed, 24 Feb 2021 21:13:01 +0000 (16:13 -0500)
committerAdam King <adking@redhat.com>
Wed, 10 Mar 2021 22:08:08 +0000 (17:08 -0500)
commit7c0d532f3a4839f4199a13773fb5fa8b6fb3f183
tree7bda999355dcb52eba03c66ef74d0f35f3d079e8
parent1d2009c3e904747260641a92235962d26057b910
mgr/cephadm: update caps if necessary when getting keyring

If the caps change from the old version to the new one it causes
issues in the upgrade. This allows the caps to be updated. Currently
only seeing this with iscsi but changing it for other as a precaution

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/iscsi.py
src/pybind/mgr/cephadm/services/nfs.py
src/pybind/mgr/cephadm/tests/test_services.py