]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
nvmeof: Change the NVMEOF image version to 1.6 68415/head
authorGil Bregman <gbregman@il.ibm.com>
Mon, 23 Feb 2026 10:56:54 +0000 (12:56 +0200)
committerGil Bregman <gbregman@il.ibm.com>
Thu, 7 May 2026 13:15:39 +0000 (16:15 +0300)
Fixes: https://tracker.ceph.com/issues/75097
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 02587347b0a4e7ae1d7f5d738bd33808e2d56bc9)
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
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 <gbregman@il.ibm.com>
src/python-common/ceph/cephadm/images.py

index b74a4217d234f8dd4211a63f8d217e2ab5dc5ffa..b7063cc5c607cd5b85f0211646357ea2d21b45d0 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.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',