Gilad Chaplik has posted comments on this change.

Change subject: core: rerun HA vm that fails during live snapshot
......................................................................


Patch Set 4: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java
Line 176:                 return null;
Line 177:             }
Line 178:         });
Line 179: 
Line 180:         if (isVmDownUnexpectedly() && getVm().isAutoStartup() && 
wasVmUpInitially()) {
first perform getVm().isAutoStartup()
Line 181:             
Backend.getInstance().runInternalAction(VdcActionType.RunVm,
Line 182:                     new RunVmParams(getVmId()),
Line 183:                     ExecutionHandler.createInternalJobContext());
Line 184:         }


Line 177:             }
Line 178:         });
Line 179: 
Line 180:         if (isVmDownUnexpectedly() && getVm().isAutoStartup() && 
wasVmUpInitially()) {
Line 181:             
Backend.getInstance().runInternalAction(VdcActionType.RunVm,
note: with internal run there is no quota validation.
Line 182:                     new RunVmParams(getVmId()),
Line 183:                     ExecutionHandler.createInternalJobContext());
Line 184:         }
Line 185:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id5daeffd1cee106019065c29fb8428a9b9f78a5d
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to