Last active
April 18, 2016 18:06
-
-
Save danehans/a8078bd4b0f9aa88daca618ee3eacb02 to your computer and use it in GitHub Desktop.
kolla_deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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