]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: make upgrade respect use_repo_digest
authorAdam King <adking@redhat.com>
Sun, 12 Feb 2023 18:53:14 +0000 (13:53 -0500)
committerAdam King <adking@redhat.com>
Tue, 25 Apr 2023 12:36:55 +0000 (08:36 -0400)
commitc948fc5dce085a17bbf66a049ce8465e044c441c
tree9afed5da3486d878cd580c70d561251ed2dbc7bd
parentf2543f786d69d2101b619329eee196583daff8f9
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