From 9e928563873f7ce169907f3d9c1a84a835085f9c Mon Sep 17 00:00:00 2001 From: Gil Bregman Date: Mon, 23 Feb 2026 12:56:54 +0200 Subject: [PATCH] nvmeof: Change the NVMEOF image version to 1.6 Fixes: https://tracker.ceph.com/issues/75097 Signed-off-by: Gil Bregman (cherry picked from commit 02587347b0a4e7ae1d7f5d738bd33808e2d56bc9) Signed-off-by: Gil Bregman Conflicts: src/python-common/ceph/cephadm/images.py We forgot to set version 1.6 in time. By the time we got to it, the main branch has already moved up to use version 1.7 which contains features we don't have in tentacle. We want version 1.6 for tentacle so we had to change the commit here to 1.6. Signed-off-by: Gil Bregman --- src/python-common/ceph/cephadm/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-common/ceph/cephadm/images.py b/src/python-common/ceph/cephadm/images.py index b74a4217d23..b7063cc5c60 100644 --- a/src/python-common/ceph/cephadm/images.py +++ b/src/python-common/ceph/cephadm/images.py @@ -32,7 +32,7 @@ class DefaultImages(Enum): GRAFANA = _create_image('quay.io/ceph/grafana:12.3.1', 'grafana') HAPROXY = _create_image('quay.io/ceph/haproxy:2.3', 'haproxy') KEEPALIVED = _create_image('quay.io/ceph/keepalived:2.2.4', 'keepalived') - NVMEOF = _create_image('quay.io/ceph/nvmeof:1.5', 'nvmeof') + NVMEOF = _create_image('quay.io/ceph/nvmeof:1.6', 'nvmeof') SNMP_GATEWAY = _create_image('docker.io/maxwo/snmp-notifier:v1.2.1', 'snmp_gateway') ELASTICSEARCH = _create_image('quay.io/omrizeneva/elasticsearch:6.8.23', 'elasticsearch') JAEGER_COLLECTOR = _create_image('quay.io/jaegertracing/jaeger-collector:1.29', -- 2.47.3