Bug 1501306
| Summary: | Can't create snapshot with memory, error in evm.log | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Antonin Pagac <apagac> |
| Component: | Providers | Assignee: | Adam Grare <agrare> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Antonin Pagac <apagac> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.9.0 | CC: | gblomqui, jfrey, jhardy, obarenbo, simaishi, smallamp |
| Target Milestone: | GA | ||
| Target Release: | 5.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.9.0.3 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-06 14:48:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | Bug | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Antonin Pagac
2017-10-12 10:59:08 UTC
Looks like when the exceptions were moved to manageiq-gems-pending we didn't prefix the exceptions with the new module. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e9ab821b681091487ea41bb94ba5ebcdaf6585bc commit e9ab821b681091487ea41bb94ba5ebcdaf6585bc Author: Adam Grare <agrare> AuthorDate: Thu Oct 12 12:24:41 2017 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Oct 12 12:24:41 2017 -0400 Add MiqException prefix to vm snapshot exceptions The MiqVm* exceptions need to be prefixed with MiqException:: ``` [----] E, [2017-10-12T12:22:39.387424 #19551:2b22230730d0] ERROR -- : MIQ(MiqQueue#deliver) Message id: [611], Error: [uninitialized constant VmOrTemplate::Operations::Snapshot::MiqVmError] [----] E, [2017-10-12T12:22:39.387587 #19551:2b22230730d0] ERROR -- : [NameError]: uninitialized constant VmOrTemplate::Operations::Snapshot::MiqVmError Method:[block in method_missing] [----] E, [2017-10-12T12:22:39.387650 #19551:2b22230730d0] ERROR -- : /home/agrare/workspace/redhat/manageiq/app/models/vm_or_template/operations/snapshot.rb:62:in `raw_remove_snapshot' /home/agrare/workspace/redhat/manageiq/app/models/vm_or_template/operations/snapshot.rb:86:in `remove_snapshot' ``` https://bugzilla.redhat.com/show_bug.cgi?id=1501306 app/models/vm_or_template/operations/snapshot.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Verified with 5.9.0.4. |