Ravi Nori has uploaded a new change for review. Change subject: core : No email notification sent when host recovers from previously reported condition ......................................................................
core : No email notification sent when host recovers from previously reported condition There is no option in event manager to subscribe for 'Host is responsive' event. Users can choose to receive email notifications for several host conditions listed under "Host Event" section of event notifications. When a user has chosen a specific condition and such condition occurs the user receives an email notification. When such condition is resolved or disappears the user does not receive any email notification alerting him/her that the previously reported condition has been solved is no longer present. Fixes the case where vdsm is rebooted and host comes back to Up status. Change-Id: I2982b21f5d356847d994c6dcdf24e79e56479ecb Bug-Url: https://bugzilla.redhat.com/1013631 Signed-off-by: Ravi Nori <[email protected]> --- A packaging/dbscripts/upgrade/03_04_0630_event_map_vds_failure.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/55/24955/1 diff --git a/packaging/dbscripts/upgrade/03_04_0630_event_map_vds_failure.sql b/packaging/dbscripts/upgrade/03_04_0630_event_map_vds_failure.sql new file mode 100644 index 0000000..ed6fa23 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_04_0630_event_map_vds_failure.sql @@ -0,0 +1 @@ +update event_map set event_down_name = 'VDS_DETECTED' where event_up_name='VDS_FAILURE'; -- To view, visit http://gerrit.ovirt.org/24955 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2982b21f5d356847d994c6dcdf24e79e56479ecb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
