<div dir="ltr"><div>Hello,</div><div>I'm trying to extend an old small test lab Queens environment with dedicated Ceph Storage nodes.</div><div>I would like to add some disks to the storage nodes and so I customize my original</div><div>templates/ceph-config.yaml adding them under devices section:</div><div><br></div><div>parameter_defaults:<br>  CephAnsibleDisksConfig:<br>    osd_scenario: lvm<br>    osd_objectstore: bluestore<br>    devices:<br>      - /dev/sda<br>      - /dev/sdb<br>      - /dev/sdc</div><div>. . .</div><div><br></div><div>When I run the overcloud deploy I get this in ceph-install-workflow.log</div><div><br></div><div>2021-04-06 21:24:57,955 p=32618 u=mistral |  TASK [ceph-docker-common : pulling <a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a> image] ***<br>2021-04-06 21:24:57,955 p=32618 u=mistral |  Tuesday 06 April 2021  21:24:57 +0200 (0:00:00.153)       0:06:17.978 ********* <br>2021-04-06 21:25:13,206 p=32618 u=mistral |  FAILED - RETRYING: pulling <a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a> image (3 retries left).</div><div>. . .</div><div>2021-04-06 21:26:03,715 p=32618 u=mistral |  FAILED - RETRYING: pulling <a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a> image (1 retries left).<br>2021-04-06 21:26:28,839 p=32618 u=mistral |  fatal: [172.23.0.232]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["timeout", "300s", "docker", "pull", "<a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a>"], "delta": "0:00:15.022274", "end": "2021-04-06 21:25:48.701980", "msg": "non-zero return code", "rc": 1, "start": "2021-04-06 21:25:33.679706", "stderr": "Get <a href="https://registry-1.docker.io/v2/">https://registry-1.docker.io/v2/</a>: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)", "stderr_lines": ["Get <a href="https://registry-1.docker.io/v2/">https://registry-1.docker.io/v2/</a>: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)"], "stdout": "Trying to pull repository <a href="http://docker.io/ceph/daemon">docker.io/ceph/daemon</a> ... ", "stdout_lines": ["Trying to pull repository <a href="http://docker.io/ceph/daemon">docker.io/ceph/daemon</a> ... "]}<br></div><div>So it seems the docker images are not there any more.</div><div>My existing ceph nodes are using that image:</div><div><br></div><div>[heat-admin@ostack-ceph0 ~]$ sudo docker ps<br>CONTAINER ID        IMAGE                                                               COMMAND                  CREATED             STATUS              PORTS               NAMES<br>7ad4aeb3f4cb        <a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a>   "/entrypoint.sh"         3 weeks ago         Up 3 weeks                              ceph-osd-0<br>0dc9a9889283        <a href="http://docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64">docker.io/ceph/daemon:v3.2.10-stable-3.2-luminous-centos-7-x86_64</a>   "/entrypoint.sh"         3 weeks ago         Up 3 weeks                              ceph-osd-3<br>8d543016cce7        <a href="http://docker.io/tripleoqueens/centos-binary-cron:current-tripleo">docker.io/tripleoqueens/centos-binary-cron:current-tripleo</a>          "dumb-init --singl..."   11 months ago       Up 3 weeks                              logrotate_crond<br>[heat-admin@ostack-ceph0 ~]$ <br></div><div><br></div><div>Any way or suggestion to manage this?</div><div>Thanks,<br></div><div>Gianluca<br></div></div>