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

[Enabler] [AC] Hangs to long for unresponsive managed nodes. #1785

Open
1 task done
ddimatos opened this issue Nov 3, 2024 · 0 comments
Open
1 task done

[Enabler] [AC] Hangs to long for unresponsive managed nodes. #1785

ddimatos opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels
Enabler Enabler task

Comments

@ddimatos
Copy link
Collaborator

ddimatos commented Nov 3, 2024

Is there an existing issue for this?

  • There are no existing issues.

Enabler description

I noticed that when running a auth or mount , eg ./ac --host-mount --host "...." , if the managed node is unresponsive the wait for a time could be 5+ minutes, we should put a timer/loop around this logic or do a ping test first before even trying so that we fail fast and move on. A command with 45 managed nodes and 5 failures could add nearly an hour of wait time.

It will just hang on that till there is a connection timeout and move onto the next machine.

INFO: Copy SSH keys to the managed node xxxx
-----------------------------------------------------------------------
Copying public key /root/.ssh/id_ed25519.pub to host xxxx.xxx.xxx.xxx.com
Copying public key /root/.ssh/id_rsa.pub to host xxxx.xxx.xxx.xxx.com
ssh: connect to host xxxx.xxx.xxx.xxx.com port xx: Connection timed out

Ansible module

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enabler Enabler task
Projects
Status: Backlog
Development

No branches or pull requests

2 participants