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

core: Fix time units for ansible async timeout #289

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

mwperina
Copy link
Member

@mwperina mwperina commented Apr 19, 2022

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 in ansible.

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

Copy link
Member

@almusil almusil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@ahadas
Copy link
Member

ahadas commented Apr 19, 2022

just need to correlate this with https://bugzilla.redhat.com/show_bug.cgi?id=2076474, other than that, lgtm

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>
@michalskrivanek
Copy link
Member

/ost

@michalskrivanek michalskrivanek changed the title core: Fix time units for ansible async timeount core: Fix time units for ansible async timeout Apr 19, 2022
@michalskrivanek
Copy link
Member

/ost

@mwperina mwperina merged commit 00a89aa into oVirt:master Apr 19, 2022
@mwperina mwperina deleted the fix-ansible-async-timeout branch April 19, 2022 11:44
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.

None yet

4 participants