]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
nvmeof: Change the NVMEOF image version to 1.7 69980/head
authorGil Bregman <gbregman@il.ibm.com>
Mon, 23 Feb 2026 10:56:54 +0000 (12:56 +0200)
committerGil Bregman <gbregman@il.ibm.com>
Tue, 7 Jul 2026 08:10:25 +0000 (11:10 +0300)
Fixes: https://tracker.ceph.com/issues/75097
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(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

src/python-common/ceph/cephadm/images.py

index b7063cc5c607cd5b85f0211646357ea2d21b45d0..54c1b4e3c9a57751709a7f1c90385745a1b54098 100644 (file)
@@ -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',