Skip to content

Instantly share code, notes, and snippets.

@badri
Created April 23, 2019 20:44
Show Gist options
  • Save badri/fb030c5918ff35902cb128f2662dd210 to your computer and use it in GitHub Desktop.
Save badri/fb030c5918ff35902cb128f2662dd210 to your computer and use it in GitHub Desktop.
docker registry fail
TASK [openshift_node : Copy node container image to ostree storage] ******************************************************************************
Tuesday 23 April 2019 20:35:02 +0000 (0:00:10.160) 0:08:04.493 *********
FAILED - RETRYING: Copy node container image to ostree storage (3 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (3 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (2 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (3 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (2 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (1 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (1 retries left).
FAILED - RETRYING: Copy node container image to ostree storage (2 retries left).
fatal: [console.demo-1.shapeblock.cloud]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["atomic", "pull", "--storage=ostree", "docker:docker.io/openshift/origin-node:v3.11.0"], "delta": "0:00:01.651392", "end": "2019-04-23 20:35:28.974558", "msg": "non-zero return code", "rc": 1, "start": "2019-04-23 20:35:27.323166", "stderr": "Error response from daemon: reference does not exist", "stderr_lines": ["Error response from daemon: reference does not exist"], "stdout": "", "stdout_lines": []}
fatal: [node-01.demo-1.shapeblock.cloud]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["atomic", "pull", "--storage=ostree", "docker:docker.io/openshift/origin-node:v3.11.0"], "delta": "0:00:01.773188", "end": "2019-04-23 20:35:30.515778", "msg": "non-zero return code", "rc": 1, "start": "2019-04-23 20:35:28.742590", "stderr": "Error response from daemon: reference does not exist", "stderr_lines": ["Error response from daemon: reference does not exist"], "stdout": "", "stdout_lines": []}
FAILED - RETRYING: Copy node container image to ostree storage (1 retries left).
fatal: [node-02.demo-1.shapeblock.cloud]: FAILED! => {"attempts": 3, "changed": false, "cmd": ["atomic", "pull", "--storage=ostree", "docker:docker.io/openshift/origin-node:v3.11.0"], "delta": "0:00:01.501754", "end": "2019-04-23 20:35:55.717981", "msg": "non-zero return code", "rc": 1, "start": "2019-04-23 20:35:54.216227", "stderr": "Error response from daemon: reference does not exist", "stderr_lines": ["Error response from daemon: reference does not exist"], "stdout": "", "stdout_lines": []}
PLAY RECAP ***************************************************************************************************************************************
console.demo-1.shapeblock.cloud : ok=59 changed=6 unreachable=0 failed=1
localhost : ok=12 changed=0 unreachable=0 failed=0
node-01.demo-1.shapeblock.cloud : ok=40 changed=6 unreachable=0 failed=1
node-02.demo-1.shapeblock.cloud : ok=40 changed=6 unreachable=0 failed=1
INSTALLER STATUS *********************************************************************************************************************************
Initialization : Complete (0:01:46)
Health Check : Complete (0:00:00)
Node Bootstrap Preparation : In Progress (0:07:12)
This phase can be restarted by running: playbooks/openshift-node/bootstrap.yml
Tuesday 23 April 2019 20:35:56 +0000 (0:00:54.431) 0:08:58.924 *********
===============================================================================
openshift_node : Update journald setup --------------------------------------------------------------------------------------------------- 93.91s
openshift_node : Copy node container image to ostree storage ----------------------------------------------------------------------------- 54.43s
openshift_node : Add iptables allow rules ------------------------------------------------------------------------------------------------ 50.60s
Determine Atomic Host Docker Version ----------------------------------------------------------------------------------------------------- 19.75s
openshift_node : ensure origin/node directory exists ------------------------------------------------------------------------------------- 18.50s
openshift_node : sysctl ------------------------------------------------------------------------------------------------------------------ 17.40s
openshift_node : Install network manager dispatch script --------------------------------------------------------------------------------- 16.76s
openshift_node : Install dnsmasq configuration ------------------------------------------------------------------------------------------- 15.89s
openshift_node : Copy systemd dnsmasq unit override file --------------------------------------------------------------------------------- 15.00s
Gather Cluster facts --------------------------------------------------------------------------------------------------------------------- 12.78s
Gathering Facts -------------------------------------------------------------------------------------------------------------------------- 12.33s
openshift_node : pre-pull pod image ------------------------------------------------------------------------------------------------------ 12.15s
openshift_node : Pre-pull node image ----------------------------------------------------------------------------------------------------- 12.07s
Initialize openshift.node.sdn_mtu -------------------------------------------------------------------------------------------------------- 11.86s
openshift_node : restart NetworkManager to ensure resolv.conf is present ----------------------------------------------------------------- 10.74s
openshift_node : Enable dnsmasq ---------------------------------------------------------------------------------------------------------- 10.55s
openshift_node : Create journald persistence directories --------------------------------------------------------------------------------- 10.55s
openshift_node : Check for NetworkManager service ---------------------------------------------------------------------------------------- 10.49s
Check for NetworkManager service --------------------------------------------------------------------------------------------------------- 10.33s
openshift_node : Check that node image is present ---------------------------------------------------------------------------------------- 10.24s
Failure summary:
1. Hosts: console.demo-1.shapeblock.cloud, node-01.demo-1.shapeblock.cloud, node-02.demo-1.shapeblock.cloud
Play: Configure nodes
Task: Copy node container image to ostree storage
Message: non-zero return code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment