Kobi Ianko has uploaded a new change for review.

Change subject: engine: Changing HA Reservation alert interval to 10 min
......................................................................

engine: Changing HA Reservation alert interval to 10 min

Changing the interval which an alert of
HA reservation can be invoked from 1 hour to 10 min

Change-Id: Icb7665c335a00ac6cee67e1293d8a93409d79ca2
Bug-Url: https://bugzilla.redhat.com/1076211
Signed-off-by: Kobi Ianko <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/25935/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
index 5fff6fb..b5f16e8 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
@@ -945,7 +945,7 @@
 
     // HA Reservation
     CLUSTER_ALERT_HA_RESERVATION(10300, AuditLogSeverity.ALERT,
-            AuditLogTimeInterval.HOUR.getValue()),
+            AuditLogTimeInterval.MINUTE.getValue() * 10),
 
     //affinity groups
     USER_ADDED_AFFINITY_GROUP(10350),


-- 
To view, visit http://gerrit.ovirt.org/25935
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb7665c335a00ac6cee67e1293d8a93409d79ca2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kobi Ianko <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to