Arik Hadas has posted comments on this change.

Change subject: core: lock the vds manager while calling hibernate verb
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/HibernateVDSCommand.java
Line 27:             changeVmStatusToSavingState();
Line 28:             getVDSReturnValue().setSucceeded(true);
Line 29:         }
Line 30:         else {
Line 31:             log.errorFormat("VDS::hibernate Failed hibernate vm '{0}' 
in vds = {1} : {2}, error = {3}",
Done
Line 32:                     getParameters().getVmId(), getVds().getId(), 
getVds().getName(), retVal.getExceptionString());
Line 33:             getVDSReturnValue().setSucceeded(false);
Line 34:             
getVDSReturnValue().setExceptionString(retVal.getExceptionString());
Line 35:             
getVDSReturnValue().setExceptionObject(retVal.getExceptionObject());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2537fffccd15cb5fa30f99793c803373886c633f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to