You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/05/06 17:55:09 UTC

[GitHub] [fluo-muchos] milleruntime opened a new issue #345: Docker Swarm manager setup Fails

milleruntime opened a new issue #345:
URL: https://github.com/apache/fluo-muchos/issues/345


   I have one of my workers configured to be a ```swarmmanger``` and it fails to setup during ```muchos setup```.  Here is the failure I am seeing:
   ```
   PLAY [swarmmanager] **************************
   
   TASK [get swarm status] ***************************
   Wednesday 06 May 2020  17:31:31 +0000 (0:00:01.618)       0:04:39.076 ********* 
   fatal: [worker1]: FAILED! => {"changed": true, "cmd": "set -o pipefail && docker info | egrep '^Swarm: 
   ' | cut -d ' ' -f 2\n", "delta": "0:00:00.121917", "end": "2020-05-06 17:31:32.139324", "msg": "non-zero 
   return code", "rc": 1, "start": "2020-05-06 17:31:32.017407", "stderr": "", "stderr_lines": [], "stdout": "", 
   "stdout_lines": []}
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fluo-muchos] arvindshmicrosoft edited a comment on issue #345: Docker Swarm manager setup Fails

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft edited a comment on issue #345:
URL: https://github.com/apache/fluo-muchos/issues/345#issuecomment-624872095


   I looked into this wondering if it was a regression from the recent Ansible / Python code cleanup PR, but it turned out not to be due to that - instead, I believe this is a regression caused by extra leading whitespace in the `docker info` command output. This change should be durable across old and current output as it uses an optional whitespace character in the regex. #346 should fix this - please check when possible.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fluo-muchos] arvindshmicrosoft commented on issue #345: Docker Swarm manager setup Fails

Posted by GitBox <gi...@apache.org>.
arvindshmicrosoft commented on issue #345:
URL: https://github.com/apache/fluo-muchos/issues/345#issuecomment-624872095


   I looked into this wondering if it was a regression from the recent Ansible / Python code cleanup PR, but it turned out not to be due to that - instead, I believe this is a regression caused by extra leading whitespace in the `docker info` command output. This change should be durable across old and current output as it uses an optional whitespace character in the regex.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fluo-muchos] milleruntime commented on issue #345: Docker Swarm manager setup Fails

Posted by GitBox <gi...@apache.org>.
milleruntime commented on issue #345:
URL: https://github.com/apache/fluo-muchos/issues/345#issuecomment-625256800


   @arvindshmicrosoft great find thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org