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

backport to 4.5.0.z: core: Fix time units for ansible async timeount #291

Conversation

mwperina
Copy link
Member

We have added async processing with a timeout as a part of
#116 which should use the
default Ansible playbook execution timeout specified by
ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT engine option. Unfortunately we
forgot to convert time units of ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT
(specified in minutes) to seconds expected by async keyword inn ansible.

Bug-Url: https://bugzilla.redhat.com/2076474
Signed-off-by: Martin Perina mperina@redhat.com

We have added async processing with a timeout as a part of
oVirt#116 which should use the
default Ansible playbook execution timeout specified by
ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT engine option. Unfortunately we
forgot to convert time units of ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT
(specified in minutes) to seconds expected by async keyword inn ansible.

Bug-Url: https://bugzilla.redhat.com/2076474
Signed-off-by: Martin Perina <mperina@redhat.com>
@mwperina mwperina changed the title core: Fix time units for ansible async timeount backport to 4.5.0.z: core: Fix time units for ansible async timeount Apr 19, 2022
@mwperina mwperina requested review from sandrobonazzola and removed request for bennyz, didib, emesika, sgratch and oliel April 19, 2022 11:51
@sandrobonazzola sandrobonazzola added this to the ovirt-4.5.0 milestone Apr 19, 2022
@mwperina mwperina merged commit b03a04a into oVirt:ovirt-engine-4.5.0.z Apr 19, 2022
@mwperina mwperina deleted the fix-ansible-async-timeout-backport branch April 19, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants