Feature #50061
cephadm: automatically redeploy daemons if user changes which container to use
% Done:
0%
Source:
Tags:
Backport:
pacific
Description
If a user changes the image to use for a monitoring stack daemon using 'ceph config set mgr mgr/cephadm/container_image_<daemon_type>' as documented here https://docs.ceph.com/en/latest/cephadm/monitoring/#using-custom-images the daemon will remain on the old image until the user redeploys it themselves. We could just check if this image differs from the one the running daemon is using and redeploy if that's the case.
Related issues
History
#1 Updated by Adam King over 2 years ago
- Status changed from New to Fix Under Review
- Pull request ID set to 40507
#2 Updated by Ken Dreyer over 2 years ago
- Backport set to pacific
#3 Updated by Sebastian Wagner over 2 years ago
- Category set to cephadm/monitoring
#4 Updated by Sebastian Wagner about 2 years ago
- Subject changed from cephadm: automatically redeploy monitoring stack images if user changes which container to use to cephadm: automatically redeploy daemons if user changes which container to use
- Category changed from cephadm/monitoring to cephadm
#5 Updated by Sebastian Wagner about 2 years ago
- Related to Documentation #50687: cephadm: must redeploy monitoring stack daemon after changing image config value to cause daemon to use new image added
#6 Updated by Sebastian Wagner over 1 year ago
- Related to Feature #51947: cephadm: Redeploy services, on property update (was: Ingress for RGW does not appear to support chain certificates) added
#7 Updated by Adam King about 1 year ago
- Status changed from Fix Under Review to Closed
not sure we really want this. Closing