Shubhendu Tripathi has posted comments on this change. Change subject: gluster: Host detach case sync message corrected ......................................................................
Patch Set 3: (1 inline comment) .................................................... File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/gluster/GlusterAuditLogUtil.java Line 46: Line 47: AuditLogableBase logable = new AuditLogableBase(); Line 48: logable.setVds(server); Line 49: logable.setGlusterVolume(volume); Line 50: logable.setVdsGroupId(clusterId == null ? server.getVdsGroupId() : clusterId); I would pass server.getVdsGroupId() from inside the logServerMessage() to logAuditMessage(). In case server instance is null, I would pass Guid.Empty. Line 51: Line 52: if (customValues != null) { Line 53: for (Entry<String, String> entry : customValues.entrySet()) { Line 54: logable.addCustomValue(entry.getKey(), entry.getValue()); -- To view, visit http://gerrit.ovirt.org/15177 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2858ded9cfac2dc6df03928b90469876878aa94d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Sahina Bose <sab...@redhat.com> Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches