Bug 1435954 - Change the default value for the cluster over commitment to 100
Summary: Change the default value for the cluster over commitment to 100
Keywords:
Status: CLOSED DUPLICATE of bug 1433961
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: RestAPI
Version: ---
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Juan Hernández
QA Contact: Pavel Stehlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-03-26 07:20 UTC by Artyom
Modified: 2017-03-27 06:40 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-03-27 06:40:38 UTC
oVirt Team: SLA
Embargoed:


Attachments (Terms of Use)

Description Artyom 2017-03-26 07:20:26 UTC
Description of problem:
Adding the cluster response
<cluster>
    <name>golden_env_mixed_2</name>
    <cpu id="Intel Conroe Family"/>
    <data_center id="f56afe09-7b32-4436-8e57-da3a04794a7c"/>
</cluster>

fails with the error
<fault>
<reason>Operation Failed</reason>
<detail>[KSM or balooning must be enabled to allow memory optimization.]</detail>
 </fault>

Version-Release number of selected component (if applicable):
rhevm-3.6.11-0.1.el6.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create the cluster with the body above
2.
3.

Actual results:
<fault>
<reason>Operation Failed</reason>
<detail>[KSM or balooning must be enabled to allow memory optimization.]</detail>
 </fault>

Expected results:
Request succeeds without any errors and cluster created.

Additional info:
W/A <cluster>
    <name>golden_env_mixed_2</name>
    <cpu id="Intel Conroe Family"/>
    <data_center id="f56afe09-7b32-4436-8e57-da3a04794a7c"/>
    <version major="3" minor="6"/>
  	<memory_policy>
		<overcommit percent="100" />
 	</memory_policy>
</cluster>

Comment 1 Nelly Credi 2017-03-26 07:25:19 UTC
Removing auto blocker since there is a WA

Comment 2 Doron Fediuck 2017-03-27 06:40:38 UTC

*** This bug has been marked as a duplicate of bug 1433961 ***


Note You need to log in before you can comment on or make changes to this bug.