Oved Ourfali has posted comments on this change. Change subject: engine: Updating the maintenance_reason on MaintenanceNumberOfVdssCommand ......................................................................
Patch Set 3: Code-Review+1 (1 comment) looks okay. minor comment. https://gerrit.ovirt.org/#/c/38298/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintenanceVdsCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintenanceVdsCommand.java: Line 186: return AuditLogType.VDS_MAINTENANCE_FAILED; Line 187: } Line 188: } else { Line 189: if (getSucceeded() && !haMaintenanceFailed) { Line 190: addCustomValue("Reason", getVds().getStopReason()); why "getStopReason" and not getMaintenanceReason? Line 191: return AuditLogType.USER_VDS_MAINTENANCE; Line 192: } else if (getSucceeded()) { Line 193: return AuditLogType.USER_VDS_MAINTENANCE_MANUAL_HA; Line 194: } else { -- To view, visit https://gerrit.ovirt.org/38298 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If1ab2e0b3e2cc154d14282bc38b158b0b4d195fe Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[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
