Bug 1146433
Summary: | E-Mail Spamming from Node during HA state changes | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Zordrak <redhat.bugzilla> |
Component: | ovirt-hosted-engine-ha | Assignee: | Martin Sivák <msivak> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Artyom <alukiano> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5 | CC: | bugs, dfediuck, ecohen, gklein, iheim, lsurette, rbalakri, rgroten, sbonazzo, yeylon |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 3.5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | sla | ||
Fixed In Version: | ovirt-hosted-engine-ha-1.2.2-1.el6ev.noarch | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-17 12:38:58 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Zordrak
2014-09-25 09:09:49 UTC
Hi, please see the /etc/ovirt-hosted-engine-ha/broker.conf file, there is a notification section: [notify] state_transition = maintenance|start|stop|migrate|on The logic takes the state transition info (eg. StartState-ReinitializeFSM) and tries to match the state_transition regular expression on it. If it matches, email is sent. We might change the default rule a bit, but you can fix this by changing the configuration. Looking at the list of emails more closely.. we might reconsider if emitting no change transitions is a good idea. Checked on ovirt-hosted-engine-ha-1.2.1-1.el6ev.noarch Hosted-engine still notify not only when state changed, for example I have notification about local maintenance each time I have line about local maintenance in log. Also I not receive notification when host change status to up. 1) Put host to local maintenance(hosted-engine --set-maintenance --mode=local) 2) Deactivate local maintenance(hosted-engine --set-maintenance --mode=none) Mails: ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:52 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:53 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:53 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:53 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:53 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:54 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:54 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:54 PM ovirt-hosted-engine state transition EngineDown-LocalMaintenance October 6, 2014 1:54 PM ovirt-hosted-engine state transition LocalMaintenance-ReinitializeFSM October 6, 2014 1:54 PM Please test with proper version. Fixed in ovirt-hosted-engine-ha-1.2.1-1.el6ev.noarch I ment ovirt-hosted-engine-ha-1.2.2-1.el6ev.noarch ok vt4 still have just ovirt-hosted-engine-ha-1.2.1-1.el6ev.noarch version, when I will have newer version will check Verified on ovirt-hosted-engine-ha-1.2.2-2.el6ev.noarch oVirt 3.5 has been released and should include the fix for this issue. |