Jake Hunsaker has uploaded a new change for review.

Change subject: [backend] Incorrect value for os.other max ram
......................................................................

[backend] Incorrect value for os.other max ram

Currently os.other.resources.maximum.ram.value is set for 64000.
When creating a VM for 64GB this translates to 65536 triggering an alert.

The value in osinfo-defaults.properties should be 65536 so there is no alert.

Change-Id: Ibd334b4d42ff54ff410d32a9c5deb9298e15e090
Bug-Url: https://bugzilla.redhat.com/1174993
Signed-off-by: Jake Hunsaker <jhuns...@redhat.com>
---
M packaging/conf/osinfo-defaults.properties
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/27/36227/1

diff --git a/packaging/conf/osinfo-defaults.properties 
b/packaging/conf/osinfo-defaults.properties
index 80e6ee1..b953f79 100644
--- a/packaging/conf/osinfo-defaults.properties
+++ b/packaging/conf/osinfo-defaults.properties
@@ -48,7 +48,7 @@
 
 os.other.bus.value = 32
 os.other.resources.minimum.ram.value = 256
-os.other.resources.maximum.ram.value = 64000
+os.other.resources.maximum.ram.value = 65536
 os.other.resources.minimum.disksize.value = 1
 os.other.devices.display.protocols.value = qxl/qxl,vnc/cirrus
 os.other.devices.watchdog.models.value = i6300esb


-- 
To view, visit http://gerrit.ovirt.org/36227
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd334b4d42ff54ff410d32a9c5deb9298e15e090
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jake Hunsaker <jhuns...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to