Allon Mureinik has posted comments on this change. Change subject: core: WIP: verify iscsi lun connection when adding lun disk ......................................................................
Patch Set 4: (2 inline comments) .................................................... File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/AddDiskParameters.java Line 3: import org.ovirt.engine.core.common.businessentities.Disk; Line 4: import org.ovirt.engine.core.compat.Guid; Line 5: Line 6: public class AddDiskParameters extends VmDiskOperatinParameterBase { Line 7: private static final long serialVersionUID = -7832310521101821905L; You should regenerate the serialVersionUID if you changed the members. Line 8: private Guid vmSnapshotId = null; Line 9: private Guid storageDomainId = Guid.Empty; Line 10: boolean validateLunConnection; Line 11: Line 6: public class AddDiskParameters extends VmDiskOperatinParameterBase { Line 7: private static final long serialVersionUID = -7832310521101821905L; Line 8: private Guid vmSnapshotId = null; Line 9: private Guid storageDomainId = Guid.Empty; Line 10: boolean validateLunConnection; obviously. That question was about the flow, not the java statement :-) Also, Liron - you're missing a private modifier here. Line 11: Line 12: public boolean getValidateLunConnection() { Line 13: return validateLunConnection; Line 14: } -- To view, visit http://gerrit.ovirt.org/8900 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8aa07be1fd6d6021481c8c0291458aff403304ee Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Liron Aravot <lara...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches