Maor Lipchuk has posted comments on this change.

Change subject: engine: Split update of 'isPlugged' and 'bootOrder' 
properties...
......................................................................


Patch Set 11: Code-Review+1

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HotPlugDiskToVmCommand.java
Line 107:         if (disk.isBoot()) {
Line 108:             updateBootOrder();
Line 109:         }
Line 110: 
Line 111:         getVmStaticDAO().incrementDbGeneration(getVm().getId());
This could be incremented at each transaction, but it is not that crucial and 
can be done in a seperate patch.
Line 112:         setSucceeded(true);
Line 113:     }
Line 114: 
Line 115:     private void updateDeviceIsPluggedProperty() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1359a34a48a6261e22631ff1640d81d735e8c490
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sergey Gotliv <sgot...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgot...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to