Allon Mureinik has posted comments on this change. Change subject: core: Use correct validation for SD selection ......................................................................
Patch Set 6: (3 comments) http://gerrit.ovirt.org/#/c/31488/6/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java: Line 76: private Guid memorySdId; Line 77: Line 78: /** The size for the snapshot's meta data which is vm related properties at the Line 79: * time the snapshot was taken */ Line 80: public static final long META_DATA_SIZE_IN_BYTES = 10 * 1024; why public? Line 81: Line 82: protected CreateAllSnapshotsFromVmCommand(Guid commandId) { Line 83: super(commandId); Line 84: } http://gerrit.ovirt.org/#/c/31488/6/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/MemoryImageBuilder.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/memory/MemoryImageBuilder.java: Line 11: void build(); Line 12: Line 13: /** Line 14: * Return the string representation of the memory volumes Line 15: * Unrelated to the patch - please remove Line 16: * @return string representation of the memory volumes Line 17: */ Line 18: String getVolumeStringRepresentation(); Line 19: Line 18: String getVolumeStringRepresentation(); Line 19: Line 20: /** Line 21: * Return whether this builder creates tasks in {@link #build()} Line 22: * unrelated to the patch - please remove Line 23: * @return true if tasks are created in {@link #build()}, false otherwise Line 24: */ Line 25: boolean isCreateTasks(); -- To view, visit http://gerrit.ovirt.org/31488 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iac901a638358b9b08bcc6992d783a42cbfcd9bfa Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
