Laszlo Hornyak has uploaded a new change for review.

Change subject: engine: increase ram in blank template
......................................................................

engine: increase ram in blank template

This patch increases the ram ro 1024 MB in existing installations in the
blank template.

Change-Id: I49d8f5c9b5dc23c35b497618c498e8c049c82b1b
Signed-off-by: Laszlo Hornyak <[email protected]>
---
A backend/manager/dbscripts/upgrade/03_03_0160_increase_guest_ram.sql
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/14982/1

diff --git 
a/backend/manager/dbscripts/upgrade/03_03_0160_increase_guest_ram.sql 
b/backend/manager/dbscripts/upgrade/03_03_0160_increase_guest_ram.sql
new file mode 100644
index 0000000..1577714
--- /dev/null
+++ b/backend/manager/dbscripts/upgrade/03_03_0160_increase_guest_ram.sql
@@ -0,0 +1,3 @@
+
+update vm_static set mem_size_mb = 1024 where vm_guid = 
'00000000-0000-0000-0000-000000000000';
+


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49d8f5c9b5dc23c35b497618c498e8c049c82b1b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to