Maor Lipchuk has uploaded a new change for review.

Change subject: core: Add numaTuneMode to be editable in VmStatic
......................................................................

core: Add numaTuneMode to be editable in VmStatic

Add annotation of EditableField to numaTuneMode so a VM will be able to
get updated

Change-Id: I0b9fe68e8da391f69251f2483267fd33e314969c
Signed-off-by: Maor Lipchuk <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/30892/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
index 9ac86ba..8d0bccc 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java
@@ -58,6 +58,7 @@
     @EditableField
     private boolean useLatestVersion;
 
+    @EditableField
     private NumaTuneMode numaTuneMode;
 
     private List<VmNumaNode> vNumaNodeList;


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

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

Reply via email to