Project

General

Profile

Actions

Bug #45162

closed

cephadm: iscsi should use the correct container image

Added by Ricardo Marques about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Category:
cephadm
Target version:
% Done:

0%

Source:
Tags:
Backport:
octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I've used "registry/ceph/ceph:latest" to bootstrap my cluster, but when I add an iSCSI gateway I see that "docker.io/ceph/ceph:v15" is used for the gateway:


# ceph orch daemon add iscsi rbd --placement node1

node1:~ # ceph orch ls
NAME         RUNNING  REFRESHED  AGE  PLACEMENT    IMAGE NAME                                                               IMAGE ID      
iscsi.iscsi      1/1  4m ago     26m  node2        docker.io/ceph/ceph:v15                                                  bc83a388465f  
mgr.mgr          1/0  4m ago     -    <unmanaged>  registry/ceph/ceph:latest  f5dd3c91a8e2  
mon.mon          1/0  4m ago     -    <unmanaged>  registry/ceph/ceph:latest  f5dd3c91a8e2

I'd expect that, in this scenario, iSCSI gateway uses "registry/ceph:latest" image too.

Actions

Also available in: Atom PDF