| Summary: | [Text] Power Management - variable is not substituted in error message "Cannot restart ${type}." | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Pavel Novotny <pnovotny> | ||||
| Component: | ovirt-engine-webadmin-portal | Assignee: | Eli Mesika <emesika> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tareq Alayan <talayan> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.2.0 | CC: | acathrow, ecohen, emesika, iheim, Rhev-m-bugs, talayan, yeylon | ||||
| Target Milestone: | --- | Keywords: | ZStream | ||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | infra | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | Bug | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Created attachment 857102 [details]
Screenshot of message I get in 3.4 for scenario described in the BZ
This is working for me in 3.4 , so moving it to QA instead of CLOSE WORKSFORME (see attachment in prev comment)
Error while executing action:
rose06:
Another Power Management operation is still running, please retry in 114 Sec.
Cannot restart Host. Fence operation failed.
Closing as part of 3.4.0 |
Description of problem: When you try to manually reboot host with PM while it's being already rebooted by automatic intervention of RHEVM, you will get error dialog with message containing not substituted variable: "Cannot restart ${type}. Related operation is...". Version-Release number of selected component (if applicable): rhevm-3.2.5-0.48.el6ev.noarch (sf22) How reproducible: 100% Steps to Reproduce: 1. Have 2 hosts - first one with power management (PM) and second one acting as PM proxy. 2. On the first host, block VDSM port 54321 -> In Webadmin, the host status will change to "Connecting". 3. Wait minute or two until the host status changes to "Reboot" and right then try to reboot the host via Power Management -> Restart. Actual results: Error dialog shows up: "Cannot restart ${type}. Related operation is currently in progress. Please try again later." Expected results: The ${type} variable is substituted: "Cannot restart host. Related operation is currently in progress. Please try again later." Additional info: This affects only Z-Stream RHEVM 3.2.5, in 3.3 the error message is slightly different but formatted correctly.