]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make upgrade respect use_repo_digest 50082/head
authorAdam King <adking@redhat.com>
Sun, 12 Feb 2023 18:53:14 +0000 (13:53 -0500)
committerAdam King <adking@redhat.com>
Thu, 23 Feb 2023 17:09:40 +0000 (12:09 -0500)
commit78a73d146586e2f1f15d44c3b499f24299bc6662
treef8c85f9e20f9bb241c5043e9955117ab14139c53
parent01ad87ef30f99cae14baa152cc0b7bdf6ec0a114
mgr/cephadm: make upgrade respect use_repo_digest

If the option is false, we should upgrade images based
on whether their container image name matches, not whether
the digest is the same or not.

Fixes: https://tracker.ceph.com/issues/58698
Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/test_upgrade.py
src/pybind/mgr/cephadm/upgrade.py
src/pybind/mgr/orchestrator/_interface.py