Bug 1053040
Summary: | [Hosted Engine] Unify maintenance flows | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Greg Padgett <gpadgett> |
Component: | vdsm | Assignee: | Greg Padgett <gpadgett> |
Status: | CLOSED ERRATA | QA Contact: | Artyom <alukiano> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.3.0 | CC: | acathrow, amureini, bazulay, dfediuck, gklein, gpadgett, iheim, lpeer, mavital, sbonazzo, sherold, yeylon, zdover |
Target Milestone: | --- | ||
Target Release: | 3.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | sla | ||
Fixed In Version: | av2 | Doc Type: | Bug Fix |
Doc Text: |
Previously, hosted engine had two separate maintenance flows for the engine virtual machine and for high-availability-enabled guests. These two maintenance flows have been unified with the existing host maintenance flows.
|
Story Points: | --- |
Clone Of: | 1047649 | Environment: | |
Last Closed: | 2014-06-09 13:27:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1075126 | ||
Bug Blocks: | 1078909, 1142926 |
Description
Greg Padgett
2014-01-14 15:43:52 UTC
Merged change-ids: Iaee2756d0652dc56439b8004e9260fcea927b708 Ic08c5edb0e9b8cc11eb70ef6a66301335c42aad3 Hi Greg, I checked if ha status appear under getVdsStats and also checked if it change status of local and global maintenance state, when I change it via hosted-engine --set-maintenance --mode=some_mode, if it enough for this patch. How I understand it still not option for change maintenance to global via UI and also I not sure if I put host to maintenance if it also must change ha maintenance mode to local, after this patch? (In reply to Artyom from comment #3) > Hi Greg, I checked if ha status appear under getVdsStats and also checked if > it change status of local and global maintenance state, when I change it via > hosted-engine --set-maintenance --mode=some_mode, if it enough for this > patch. > How I understand it still not option for change maintenance to global via UI > and also I not sure if I put host to maintenance if it also must change ha > maintenance mode to local, after this patch? Hi Artyom, testing the 2nd part of this change would involve the new vds verb setHaMaintenanceMode, which is available in vdsClient (or you can use a python script and the vdsm api). Running vdsClient should show you the usage, and executing it will use the new code which passes the change on to the hosted engine agent. The UI part is also merged now, which exercises the code either by right-clicking on the vm in the ui to enable/disable global maintenance, or through the standard host maintenance operations which now include local ha maintenance (if applicable to the host). Verified on ovirt-hosted-engine-ha-1.1.2-1.el6ev.noarch Under engine vm I can enable GlobalMaintenance, if enable see line in agent.log If put host to maintenance also enabled local maintenance mode. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0504.html |