Eli Mesika has posted comments on this change.

Change subject: core: [RFE]Backup Awareness - DB and Alerts
......................................................................


Patch Set 4:

(2 comments)

https://gerrit.ovirt.org/#/c/39523/4/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java:

Line 1005:     FENCE_OPERATION_FAILED(9019, AuditLogSeverity.ERROR),
Line 1006:     FENCE_OPERATION_USING_AGENT_AND_PROXY_STARTED(9020),
Line 1007:     FENCE_OPERATION_USING_AGENT_AND_PROXY_FAILED(9021, 
AuditLogSeverity.WARNING),
Line 1008:     // Engine backup
Line 1009:     ENGINE_NO_BACKUP(9022, AuditLogSeverity.ALERT, 
AuditLogTimeInterval.HOUR.getValue() * 24),
> please use AuditLogTimeInterval.DAY()
Done
Line 1010:     ENGINE_NO_WARM_BACKUP(9023, AuditLogSeverity.ALERT, 
AuditLogTimeInterval.HOUR.getValue() * 24),
Line 1011:     ENGINE_BACKUP_STARTED(9024, AuditLogSeverity.NORMAL),
Line 1012:     ENGINE_BACKUP_COMPLETED(9025, AuditLogSeverity.NORMAL),
Line 1013:     ENGINE_BACKUP_FAILED(9026, AuditLogSeverity.ERROR),


Line 1006:     FENCE_OPERATION_USING_AGENT_AND_PROXY_STARTED(9020),
Line 1007:     FENCE_OPERATION_USING_AGENT_AND_PROXY_FAILED(9021, 
AuditLogSeverity.WARNING),
Line 1008:     // Engine backup
Line 1009:     ENGINE_NO_BACKUP(9022, AuditLogSeverity.ALERT, 
AuditLogTimeInterval.HOUR.getValue() * 24),
Line 1010:     ENGINE_NO_WARM_BACKUP(9023, AuditLogSeverity.ALERT, 
AuditLogTimeInterval.HOUR.getValue() * 24),
> same
Done
Line 1011:     ENGINE_BACKUP_STARTED(9024, AuditLogSeverity.NORMAL),
Line 1012:     ENGINE_BACKUP_COMPLETED(9025, AuditLogSeverity.NORMAL),
Line 1013:     ENGINE_BACKUP_FAILED(9026, AuditLogSeverity.ERROR),
Line 1014: 


-- 
To view, visit https://gerrit.ovirt.org/39523
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7824eb8a720bd654e94dada987aee19b9624a516
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to