Amit Aviram has uploaded a new change for review. Change subject: engine: Limitaion addition to disk extending. ......................................................................
engine: Limitaion addition to disk extending. A limitation for extending a disk while it is connected to a paused vm added to VdcActionUtils which effects both backend and frontend. a disk cannot be resized while one of the VMs it is connected to is paused. Change-Id: I2f2c50f2f047bb0c50a7869f4903ad7d0be5290d Bug-Url: https://bugzilla.redhat.com/1161966 Signed-off-by: Amit Aviram <aavi...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcActionUtils.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/35520/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcActionUtils.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcActionUtils.java index 6269d10..f0a9496 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcActionUtils.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcActionUtils.java @@ -180,7 +180,7 @@ VMStatus.Paused, EnumSet.of(VdcActionType.RemoveVm, VdcActionType.HibernateVm, VdcActionType.CloneVm, VdcActionType.AddVmTemplate, VdcActionType.RunVmOnce, VdcActionType.ExportVm, - VdcActionType.MoveVm, VdcActionType.ImportVm, + VdcActionType.MoveVm, VdcActionType.ImportVm, VdcActionType.ExtendImageSize, VdcActionType.AddVmInterface, VdcActionType.UpdateVmInterface, VdcActionType.RemoveVmInterface, VdcActionType.CancelMigrateVm, VdcActionType.RebootVm)); vmMatrix.put( -- To view, visit http://gerrit.ovirt.org/35520 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2f2c50f2f047bb0c50a7869f4903ad7d0be5290d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Amit Aviram <aavi...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches