Bug 1216157
Summary: | SCVMM provisioning - exception thrown if CPU limit and reservations are not set. | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Bronagh Sorota <bsorota> |
Component: | Provisioning | Assignee: | Bronagh Sorota <bsorota> |
Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.4.0 | CC: | dclarizi, gblomqui, jhardy, mfalesni, obarenbo |
Target Milestone: | GA | ||
Target Release: | 5.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-16 13:00:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bronagh Sorota
2015-04-28 15:56:54 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/3935d58669c43b7fa46a0e94a7376f7a17e778be commit 3935d58669c43b7fa46a0e94a7376f7a17e778be Author: Bronagh Sorota <bsorota> AuthorDate: Tue Apr 28 12:23:40 2015 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Tue Apr 28 12:38:39 2015 -0400 SCVMM - Handles unset CPU limits and reservations for newly provisioned VMs https://bugzilla.redhat.com/show_bug.cgi?id=1216157 vmdb/app/models/miq_provision_microsoft/cloning.rb | 13 ++- vmdb/spec/models/miq_provision_microsoft_spec.rb | 101 ++++++++++++++------- 2 files changed, 78 insertions(+), 36 deletions(-) Verified in 5.4.0.0.26. After provisioning without limits/reservations set, no relevant error in scvmm.log, provisioning went normally. The only errors in scvmm.log are like "Virtual Guest Services is not installed on the guest operating system" which I believe are not relevant in this case. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html |