You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run: clush -b -w 'root@enode[01-04,06-10,12-20]' uptime I get the proper results.
But If I run: clush -w 'root@enode[01-04,06-10,12-20]' --copy /temp/x1234 --dest /temp/
I get:
root@enode01: ssh: Could not resolve hostname enode01]: Name or service not known
root@enode01: lost connection
root@enode02: ssh: Could not resolve hostname enode02]: Name or service not known
root@enode02: lost connection
root@enode03: ssh: Could not resolve hostname enode03]: Name or service not known
root@enode03: lost connection
root@enode04: ssh: Could not resolve hostname enode04]: Name or service not known
root@enode04: lost connection
root@enode06: ssh: Could not resolve hostname enode06]: Name or service not known
root@enode06: lost connection
root@enode07: ssh: Could not resolve hostname enode07]: Name or service not known
root@enode07: lost connection
root@enode08: ssh: Could not resolve hostname enode08]: Name or service not known
root@enode08: lost connection
root@enode09: ssh: Could not resolve hostname enode09]: Name or service not known
root@enode09: lost connection
root@enode10: ssh: Could not resolve hostname enode10]: Name or service not known
root@enode10: lost connection
root@enode12: ssh: Could not resolve hostname enode12]: Name or service not known
root@enode12: lost connection
root@enode13: ssh: Could not resolve hostname enode13]: Name or service not known
root@enode13: lost connection
root@enode14: ssh: Could not resolve hostname enode14]: Name or service not known
root@enode14: lost connection
root@enode15: ssh: Could not resolve hostname enode15]: Name or service not known
root@enode15: lost connection
root@enode16: ssh: Could not resolve hostname enode16]: Name or service not known
root@enode16: lost connection
root@enode17: ssh: Could not resolve hostname enode17]: Name or service not known
root@enode17: lost connection
root@enode18: ssh: Could not resolve hostname enode18]: Name or service not known
root@enode18: lost connection
root@enode19: ssh: Could not resolve hostname enode19]: Name or service not known
root@enode19: lost connection
clush: root@enode01: exited with exit code 1
clush: root@enode02: exited with exit code 1
clush: root@enode03: exited with exit code 1
clush: root@enode04: exited with exit code 1
clush: root@enode06: exited with exit code 1
clush: root@enode07: exited with exit code 1
clush: root@enode08: exited with exit code 1
clush: root@enode09: exited with exit code 1
clush: root@enode10: exited with exit code 1
clush: root@enode12: exited with exit code 1
clush: root@enode13: exited with exit code 1
clush: root@enode14: exited with exit code 1
clush: root@enode15: exited with exit code 1
clush: root@enode16: exited with exit code 1
clush: root@enode17: exited with exit code 1
clush: root@enode18: exited with exit code 1
clush: root@enode19: exited with exit code 1
root@enode20: ssh: Could not resolve hostname enode20]: Name or service not known
root@enode20: lost connection
clush: root@enode20: exited with exit code 1
I'm running kubuntu 21.10 with zsh as my shell
The text was updated successfully, but these errors were encountered:
Hey @iomari,
The recommended usage is rather --user root -w 'enode[01-04,06-10,12-20]'
We can make that more clear in the documentation.
If you add the debug flag -d you will see that clush launches scp by adding brackets around the host. This is for ipv6 support (brackets are required by scp in that case), but it breaks your example.
If I run: clush -b -w 'root@enode[01-04,06-10,12-20]' uptime I get the proper results.
But If I run: clush -w 'root@enode[01-04,06-10,12-20]' --copy /temp/x1234 --dest /temp/
I get:
I'm running kubuntu 21.10 with zsh as my shell
The text was updated successfully, but these errors were encountered: