From: Gil Bregman Date: Mon, 23 Feb 2026 10:56:54 +0000 (+0200) Subject: nvmeof: Change the NVMEOF image version to 1.7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=674f754d214e04cecab196d25ae7d0bf36015793;p=ceph.git nvmeof: Change the NVMEOF image version to 1.7 Fixes: https://tracker.ceph.com/issues/75097 Signed-off-by: Gil Bregman (cherry picked from commit 02587347b0a4e7ae1d7f5d738bd33808e2d56bc9) Conflicts: src/python-common/ceph/cephadm/images.py The indentation was changed between the main branch and tentacle which caused a conflict --- diff --git a/src/python-common/ceph/cephadm/images.py b/src/python-common/ceph/cephadm/images.py index b7063cc5c60..54c1b4e3c9a 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.6', 'nvmeof') + NVMEOF = _create_image('quay.io/ceph/nvmeof:1.7', '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',