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

[api] VM power operations are not queued properly #7998

Closed
abellotti opened this issue Apr 15, 2016 · 1 comment · Fixed by #8225
Closed

[api] VM power operations are not queued properly #7998

abellotti opened this issue Apr 15, 2016 · 1 comment · Fixed by #8225
Assignees

Comments

@abellotti
Copy link
Member

VM power operations are not queued properly in the VM hosting provider's zone. They are queued
in the WS worker's zone, so if different than the providers, the jobs will be queued forever.

@jdeubel
Copy link
Member

jdeubel commented Apr 21, 2016

@abellotti abellotti self-assigned this Apr 25, 2016
abellotti added a commit to abellotti/manageiq that referenced this issue Apr 25, 2016
When queueing VM power or smartstate operations, the zone was not getting
specified for the queue so in environments with providers in different zones,
those providers were not getting the task to perform on those VMs.

This fixes: ManageIQ#7998

https://bugzilla.redhat.com/show_bug.cgi?id=1326955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants