Dudi Maroshi has uploaded a new change for review. Change subject: engine: Activate vm pinning at request time ......................................................................
engine: Activate vm pinning at request time When making a change to 'migrationSupport' field the value should be effective since the time of the save command. Not from time of next vm restart. Change-Id: If38d3dbc3ef3e35ff24f414abb6588eaaff679c3 Bug-Url: https://bugzilla.redhat.com/1095777 Signed-off-by: Dudi Maroshi <d...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/68/38068/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java index eb43bcd..579b2a2 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java @@ -306,7 +306,7 @@ private QuotaEnforcementTypeEnum quotaEnforcementType; @CopyOnNewVersion - @EditableOnVmStatusField + @EditableField @EditableOnTemplate @OvfExportOnlyField(valueToIgnore = "MIGRATABLE", exportOption = ExportOption.EXPORT_NON_IGNORED_VALUES) private MigrationSupport migrationSupport; -- To view, visit http://gerrit.ovirt.org/38068 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If38d3dbc3ef3e35ff24f414abb6588eaaff679c3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Dudi Maroshi <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches