Alon Bar-Lev has uploaded a new change for review. Change subject: host-deploy: do not use flood prevention mechanism ......................................................................
host-deploy: do not use flood prevention mechanism All messages are important, random drop of messages makes user interaction uncleared. This is a revert of I653e. Change-Id: Idd818aad013a6947d27b9e64acc81bf86705be35 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- 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/29/13029/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 fe5bfd1..4a91285 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, AuditLogTimeInterval.MINUTE.getValue()), - VDS_INSTALL_IN_PROGRESS_WARNING(510, AuditLogTimeInterval.MINUTE.getValue()), - VDS_INSTALL_IN_PROGRESS_ERROR(511, AuditLogTimeInterval.MINUTE.getValue()), + VDS_INSTALL_IN_PROGRESS(509), + VDS_INSTALL_IN_PROGRESS_WARNING(510), + VDS_INSTALL_IN_PROGRESS_ERROR(511), 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/13029 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd818aad013a6947d27b9e64acc81bf86705be35 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches