Skip to content

Instantly share code, notes, and snippets.

@danehans
Last active April 18, 2016 18:06
Show Gist options
  • Select an option

  • Save danehans/a8078bd4b0f9aa88daca618ee3eacb02 to your computer and use it in GitHub Desktop.

Select an option

Save danehans/a8078bd4b0f9aa88daca618ee3eacb02 to your computer and use it in GitHub Desktop.
kolla_deploy
TASK: [prechecks | Checking Docker version] ***********************************
ok: [localhost]
...
TASK: [prechecks | Checking if 'MountFlags' in /lib/systemd/system/docker.service is set to 'shared'] ***
skipping: [localhost]
TASK: [prechecks | Checking if '/run' mount flag is set to 'shared'] **********
failed: [localhost] => {"changed": false, "cmd": ["awk", "$5 == \"/run\" {print $7}", "/proc/self/mountinfo"], "delta": "0:00:00.003839", "end": "2016-04-18 17:39:34.331392", "failed": true, "failed_when_result": true, "rc": 0, "start": "2016-04-18 17:39:34.327553", "stdout_lines": ["-"], "warnings": []}
stdout: -
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/prechecks.retry
localhost : ok=59 changed=0 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment