Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modinfo not found #2

Open
AchuthSankar opened this issue Feb 6, 2018 · 0 comments
Open

modinfo not found #2

AchuthSankar opened this issue Feb 6, 2018 · 0 comments

Comments

@AchuthSankar
Copy link

I am getting this error while using the latest cluster.yaml

TASK [kubernetes/node : Verify if br_netfilter module exists] *******************************************************************************************************************************
Tuesday 06 February 2018 15:47:03 +0000 (0:00:00.755) 0:05:08.013 ******
fatal: [node2]: FAILED! => {"changed": false, "cmd": "modinfo br_netfilter", "delta": "0:00:00.002799", "end": "2018-02-06 15:47:04.278388", "failed_when_result": true, "msg": "non-zero return code", "rc": 127, "start": "2018-02-06 15:47:04.275589", "stderr": "/bin/sh: modinfo: command not found", "stderr_lines": ["/bin/sh: modinfo: command not found"], "stdout": "", "stdout_lines": []}
fatal: [node3]: FAILED! => {"changed": false, "cmd": "modinfo br_netfilter", "delta": "0:00:00.002794", "end": "2018-02-06 15:47:04.301344", "failed_when_result": true, "msg": "non-zero return code", "rc": 127, "start": "2018-02-06 15:47:04.298550", "stderr": "/bin/sh: modinfo: command not found", "stderr_lines": ["/bin/sh: modinfo: command not found"], "stdout": "", "stdout_lines": []}

NO MORE HOSTS LEFT **************************************************************************************************************************************************************************
to retry, use: --limit @/home/gecloud/kubespray/kubespray/cluster.retry

PLAY RECAP **********************************************************************************************************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
node1 : ok=13 changed=0 unreachable=0 failed=1
node2 : ok=256 changed=14 unreachable=0 failed=1
node3 : ok=234 changed=13 unreachable=0 failed=1

I can see modinfo in all the instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant