mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Merge pull request #6732 from domq/fix/rsync-EAGAIN-hazard
[fix] Use rsync --blocking-io to work around EAGAIN hazard Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
recursive: true
|
recursive: true
|
||||||
set_remote_user: false
|
set_remote_user: false
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
|
- "--blocking-io"
|
||||||
- "--rsh=$RSH"
|
- "--rsh=$RSH"
|
||||||
environment:
|
environment:
|
||||||
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
||||||
@@ -51,6 +52,7 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
set_remote_user: false
|
set_remote_user: false
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
|
- "--blocking-io"
|
||||||
- "--rsh=$RSH"
|
- "--rsh=$RSH"
|
||||||
environment:
|
environment:
|
||||||
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
dest: "{{ dest }}"
|
dest: "{{ dest }}"
|
||||||
set_remote_user: false
|
set_remote_user: false
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
|
- "--blocking-io"
|
||||||
- "--rsh=$RSH"
|
- "--rsh=$RSH"
|
||||||
environment:
|
environment:
|
||||||
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
RSH: "oc rsh --config={{ ansible_kubectl_config }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user