-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently there are two ways of raising an alert when a cluster host joins/leaves the cluster: 1. through the api call such as cluster-host-leave; 2. through the cluster watcher which checks for updates from `corosync-notifyd`. This will cause all alerts to be raised twice. This patch favours the second approach as it accounts for "unclean" leave of a cluster host. Moreover, a "clean" leave triggered by an API will cause a change in `corosync-notifyd` which will get detected by the watcher anyway. This solves the double alerting problem. Signed-off-by: Vincent Liu <shuntian.liu2@cloud.com>
- Loading branch information
1 parent
242e626
commit c0fe06a
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters