Project

General

Profile

Bug #45162

Updated by Sebastian Wagner about 4 years ago

I've used "registry/ceph/ceph:latest" "registry.suse.de/devel/storage/7.0/cr/containers/ses/7/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: 

 <pre> 

 # 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 registry.suse.de/devel/storage/7.0/cr/containers/ses/7/ceph/ceph:latest    f5dd3c91a8e2   
 mon.mon            1/0    4m ago       -      <unmanaged>    registry/ceph/ceph:latest registry.suse.de/devel/storage/7.0/cr/containers/ses/7/ceph/ceph:latest    f5dd3c91a8e2 
 </pre> 

 I'd expect that, in this scenario, iSCSI gateway uses "registry/ceph:latest" "registry.suse.de/devel/storage/7.0/cr/containers/ses/7/ceph/ceph:latest" image too.

Back