-
Notifications
You must be signed in to change notification settings - Fork 897
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
Added a Maintenance key to the hash struct #16464
Added a Maintenance key to the hash struct #16464
Conversation
@miq-bot add_label enhancement, bug, providers @miq-bot assign @gmcculloug cc - @h-kataria |
Checked commit syncrou@a1893e9 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@syncrou we usually stay away from database defaults but you're right the ovirt parser should be setting the maintenance flag. It looks like maintenance is in the power state so it should be a simple change |
@syncrou I suggest we move forward with this change and open an issue in the manageiq-providers-ovirt repo to set the host maintenance data. |
@masayag can you create a bug on the maintenance issue reported here? |
The host 'maintenance' attribute was added to provision vm dialog by ManageIQ/manageiq#16464 RHV should store this information which is already available during host refresh. https://bugzilla.redhat.com/show_bug.cgi?id=1513413
The host 'maintenance' attribute was added to provision vm dialog by ManageIQ/manageiq#16464 RHV should store this information which is already available during host refresh. https://bugzilla.redhat.com/show_bug.cgi?id=1513413
The host 'maintenance' attribute was added to provision vm dialog by ManageIQ/manageiq#16464 RHV should store this information which is already available during host refresh. https://bugzilla.redhat.com/show_bug.cgi?id=1513413
Added a Maintenance key to the hash struct (cherry picked from commit 8ba842c) https://bugzilla.redhat.com/show_bug.cgi?id=1514116
Gaprindashvili backport details:
|
Added the
maintenance
key our hash_struct for use in the UIAllows us to view if a
host
is in Maintenance mode.https://bugzilla.redhat.com/show_bug.cgi?id=1506268