Hide Forgot
Description of problem: When creating snapshot from a RHV/VMware VM, the memory check box appear, in case the VM is not running. Please remove this check box in that case. Version-Release number of selected component (if applicable): VMware 5.5.0 RHV-4.0.4 CFME 5.7.0
https://github.com/ManageIQ/manageiq/pull/12678
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.