Oved Ourfali has posted comments on this change. Change subject: core: Calculate Vds name from VdsStatic not VDS ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/31463/1/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBase.java File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBase.java: Line 362: } Line 363: return mVds; Line 364: } Line 365: Line 366: protected VdsStatic getVdsStatic() { so who uses this method? Line 367: if (mVdsStatic == null Line 368: && ((mVdsId != null && !Guid.Empty.equals(mVdsId)) || (getVm() != null && getVm().getRunOnVds() != null))) { Line 369: if (mVdsId == null || Guid.Empty.equals(mVdsId)) { Line 370: mVdsId = getVm().getRunOnVds(); -- To view, visit http://gerrit.ovirt.org/31463 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5b5f5445c4a7b986bfb983051a850b3794d25bfe Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <[email protected]> Gerrit-Reviewer: Oved Ourfali <[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
