Laszlo Hornyak has uploaded a new change for review. Change subject: engine: add nice_level to vm_static update procedure ......................................................................
engine: add nice_level to vm_static update procedure Looks like a missing mapping. Change-Id: I0b4241c3ab218cc8540781891f660d4de24b65f2 Signed-off-by: Laszlo Hornyak <[email protected]> --- M packaging/dbscripts/vms_sp.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/51/17651/1 diff --git a/packaging/dbscripts/vms_sp.sql b/packaging/dbscripts/vms_sp.sql index 92b4600..ab81c70 100644 --- a/packaging/dbscripts/vms_sp.sql +++ b/packaging/dbscripts/vms_sp.sql @@ -574,6 +574,7 @@ usb_policy = v_usb_policy,time_zone = v_time_zone,auto_startup = v_auto_startup, is_stateless = v_is_stateless,dedicated_vm_for_vds = v_dedicated_vm_for_vds, fail_back = v_fail_back,vm_type = v_vm_type, + nice_level = v_nice_level, cpu_shares = v_cpu_shares, _update_date = LOCALTIMESTAMP,default_boot_sequence = v_default_boot_sequence, default_display_type = v_default_display_type, -- To view, visit http://gerrit.ovirt.org/17651 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0b4241c3ab218cc8540781891f660d4de24b65f2 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
