Alon Bar-Lev has uploaded a new change for review. Change subject: host-deploy: set flood prevention to minute for all messages ......................................................................
host-deploy: set flood prevention to minute for all messages Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=875375 Change-Id: I653ee3102ce3eb4d58cf2dd8347a8897c581f962 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/13/12513/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 111d400..e16c1dc 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 @@ -39,9 +39,9 @@ VDS_INITIATED_RUN_VM(506), VDS_INITIATED_RUN_VM_FAILED(507), // VDS_INITIATED_RUN_VM_CHECKOUT_FAILED = 508, - VDS_INSTALL_IN_PROGRESS(509), - VDS_INSTALL_IN_PROGRESS_WARNING(510, AuditLogTimeInterval.SECOND.getValue()), - VDS_INSTALL_IN_PROGRESS_ERROR(511, AuditLogTimeInterval.SECOND.getValue()), + VDS_INSTALL_IN_PROGRESS(509, AuditLogTimeInterval.MINUTE.getValue()), + VDS_INSTALL_IN_PROGRESS_WARNING(510, AuditLogTimeInterval.MINUTE.getValue()), + VDS_INSTALL_IN_PROGRESS_ERROR(511, AuditLogTimeInterval.MINUTE.getValue()), VDS_RECOVER_FAILED_VMS_UNKNOWN(513), VDS_INITIALIZING(514, AuditLogTimeInterval.SECOND.getValue() * 30), VDS_CPU_LOWER_THAN_CLUSTER(515), -- To view, visit http://gerrit.ovirt.org/12513 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I653ee3102ce3eb4d58cf2dd8347a8897c581f962 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
