Bug 1379071
| Summary: | Azure instances missing Soft Reboot option in Details menu | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Leo Khomenko <lkhomenk> | |
| Component: | Providers | Assignee: | Jozef Zigmund <jzigmund> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leo Khomenko <lkhomenk> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6.0 | CC: | bsorota, cpelland, gblomqui, hkataria, jfrey, jhardy, jzigmund, mpovolny, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.8.0 | Flags: | lkhomenk:
automate_bug+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | azure:power | |||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1382082 1384694 (view as bug list) | Environment: | ||
| Last Closed: | 2017-06-12 16:56:37 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | Azure | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1382082, 1384694 | |||
|
Description
Leo Khomenko
2016-09-24 16:21:12 UTC
Bronagh, would be nice if this used the SupportsFeatureMixin to surface the button for the provider. If you have questions about that, ping Marcel. Dan I think this is a UI issue and not a backend issue. I implemented the "soft reboot" operation in the model a while back: https://github.com/ManageIQ/manageiq/pull/9687 for BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1349146 I think the "soft reboot" button needs to be added to the VM detail page. FYI - As described in the PR, there is no "hard reboot" support in the Azure API. Thanks, Bronagh Jozef, Can you track code here https://github.com/ManageIQ/manageiq/blob/master/app/helpers/application_helper/button/generic_feature_button.rb#L9 to see why Soft Reboot button is not visible on Azure Instance summary screen even when Instance is powered on. Let me know if you have questions. Thanks, ~Harpreet New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e8359ed4668e128d3dda70acf841396d86fce33d commit e8359ed4668e128d3dda70acf841396d86fce33d Author: Jozef Zigmund <jzigmund> AuthorDate: Tue Oct 4 16:19:50 2016 +0200 Commit: Jozef Zigmund <jzigmund> CommitDate: Tue Oct 4 16:41:19 2016 +0200 Fix the missing 'Soft reboot' button on an Azure instance https://bugzilla.redhat.com/show_bug.cgi?id=1379071 .../manageiq/providers/azure/cloud_manager/vm/operations.rb | 1 + .../providers/azure/cloud_manager/vm/operations/power.rb | 9 +++++++++ 2 files changed, 10 insertions(+) "Soft reboot" is back in 5.7.0.6 and works fine Jozef, please check this BZ https://bugzilla.redhat.com/show_bug.cgi?id=1384650 Was it also affected but this PR? Previously it was mentioned that this one is provider specific as only Azure and EC2 had this issue and RHOS didn't have it. *** Bug 1384650 has been marked as a duplicate of this bug. *** is this going to be added to 5.6z stream? afaik, it won't be backported to 5.6.z verified in 5.8.0.0.20170201144150_848e68b |