Summary: | Create snapshot has memory checkbox, even though VM is Down. | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ilanit Stein <istein> | |
Component: | Providers | Assignee: | Boriso <bodnopoz> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilanit Stein <istein> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.7.0 | CC: | cpelland, jfrey, jhardy, obarenbo, oourfali | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.8.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | rhev:vsphere | |||
Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1403981 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-12 16:18:54 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | RHEVM | Target Upstream Version: | ||
Bug Depends On: | ||||
Bug Blocks: | 1403981 |
Description
Ilanit Stein
2016-09-14 05:31:19 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/de813a1cc7cb6af0cba4ee95576a36e74c3f12cf commit de813a1cc7cb6af0cba4ee95576a36e74c3f12cf Author: borod108 <bodnopoz> AuthorDate: Wed Nov 16 15:42:27 2016 +0200 Commit: borod108 <bodnopoz> CommitDate: Mon Nov 21 16:23:11 2016 +0200 Memory checkbox will not show when VM is not up When creating a snapshot there is not reason to show the option to save runtime memory if the VM is down. https://bugzilla.redhat.com/show_bug.cgi?id=1375850 app/controllers/vm_common.rb | 6 ++++++ .../providers/redhat/infra_manager/vm/operations/snapshot.rb | 4 ++++ app/views/vm_common/_snap.html.haml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) Verified on CFME-5.8.0.8/RHV-4.0.7 For a down VM, add snapshot: memory check box do not exist. |