Hide Forgot
Description of problem: In RHEVM, we don't have snapshot names, and description is required. in CFME, when you're creating a snapshot for VM provided by RHEVM, it lets you submit the create snapshot form with empty description, and it says 'Create Snapshot for VM and Instance "test_vm" was started', but this will fail without showing any error to user, because RHEVM can't create a snapshot without descritpion Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. have a VM in RHEVM provider 2. try to create snapshot of that VM without description 3. Actual results: lets you submit form, then fails silently Expected results: shouldn't let you submit form, snapshot description should be required Additional info:
https://github.com/ManageIQ/manageiq/pull/12637
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/06c8bc3d189fc6277cd4933bb274e02d654badb0 commit 06c8bc3d189fc6277cd4933bb274e02d654badb0 Author: borod108 <bodnopoz> AuthorDate: Tue Nov 15 14:52:46 2016 +0200 Commit: borod108 <bodnopoz> CommitDate: Thu Nov 17 11:09:29 2016 +0200 Require a description when creating Snapshot When creating a snapshot on RHV one has to write a description else the operation will fail. So one should not be able to start the "create snapshot" operation without writing the description. https://bugzilla.redhat.com/show_bug.cgi?id=1384517 app/controllers/vm_common.rb | 26 ++++++++++++++-------- .../redhat/infra_manager/vm/operations/snapshot.rb | 4 ++++ 2 files changed, 21 insertions(+), 9 deletions(-)
Verified on CFME-5.8.0.8/RHV-4.0.7. Indeed not possible to add snapshot, with leaving description empty.