]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make upgrade respect use_repo_digest 50898/head
authorAdam King <adking@redhat.com>
Sun, 12 Feb 2023 18:53:14 +0000 (13:53 -0500)
committerAdam King <adking@redhat.com>
Wed, 5 Apr 2023 19:32:30 +0000 (15:32 -0400)
commitbf8820d449d1076fd3b0fb4c10c50823ed4d0f85
treec34ad0d4386421a72db2351c9d7116f144b9d25e
parent8b88d76591e7a09b20f71968c37362772044a299
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>
(cherry picked from commit 78a73d146586e2f1f15d44c3b499f24299bc6662)
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