From Tal Nisan <tnisan(a)redhat.com>:
Tal Nisan has submitted this change and it was merged.
Change subject: core: Use no overcommit as the default cluster memory policy
......................................................................
core: Use no overcommit as the default cluster memory policy
New clusters now have ballooning and KSM disabled by default and
overcommit set to 100% (no overcommit) by default.
Reason:
Configuring overcommit without ballooning or KSM does not make any
sense. It would affect scheduling (the engine would think it has more
memory), but nothing would actually free the memory.
Bug-Url:
https://bugzilla.redhat.com/1433961
Change-Id: I972eb2f6bd9e82853361c7856137ece9775fc394
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ClusterOperationCommandBase.java
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
Phillip Bailey: Looks good to me, but someone else must approve
Andrej Krejcir: Looks good to me, but someone else must approve
--
To view, visit
https://gerrit.ovirt.org/74313
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I972eb2f6bd9e82853361c7856137ece9775fc394
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-4.1
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Andrej Krejcir <akrejcir(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Phillip Bailey <phbailey(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>