From 677c2a5872e642f814586ad78810524437dd7270 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Wed, 15 Jan 2025 14:30:21 +0100 Subject: [PATCH] rolling_update: fails on FSMap sanity check when containerized Fixes missing environment variables Signed-off-by: Teoman ONAY --- infrastructure-playbooks/rolling_update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index e90d048cd..450b5569d 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -1215,6 +1215,9 @@ action: rm who: mon option: mon_mds_skip_sanity + environment: + CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment | bool else None }}" + CEPH_CONTAINER_BINARY: "{{ container_binary }}" - name: show ceph status hosts: "{{ mon_group_name|default('mons') }}" -- 2.47.3