Skip to content

Workaround: Disable SSH pipelining #68

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

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

markgoddard
Copy link

There is a race condition in Ansible that can result in this failure:
msg: |-
MODULE FAILURE
See stdout/stderr for the exact error
rc: -13

See ansible/ansible#78344 and
ansible/ansible#81777.

In stackhpc/stackhpc-kayobe-config#1108 we
applied a workaround to increase the ControlPersist timeout to 1 hour,
but this does not always work.

Disabling SSH pipelining prevents the issue at the cost of Ansible
execution duration.

There is a race condition in Ansible that can result in this failure:
  msg: |-
  MODULE FAILURE
  See stdout/stderr for the exact error
rc: -13

See ansible/ansible#78344 and
ansible/ansible#81777.

In stackhpc/stackhpc-kayobe-config#1108 we
applied a workaround to increase the ControlPersist timeout to 1 hour,
but this does not always work.

Disabling SSH pipelining prevents the issue at the cost of Ansible
execution duration.
@markgoddard markgoddard requested a review from a team as a code owner August 27, 2024 15:21
@markgoddard markgoddard self-assigned this Aug 27, 2024
@markgoddard markgoddard merged commit d1bb9e4 into main Aug 27, 2024
@markgoddard markgoddard deleted the disable-ssh-pipelining branch August 27, 2024 15:36
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

Successfully merging this pull request may close these issues.

2 participants