diff options
author | Atin Mukherjee <amukherj@redhat.com> | 2016-11-22 19:04:54 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2016-11-23 00:44:58 -0800 |
commit | 63a4f5da0feb19e47d16aa2d6aa78efaef1c93ca (patch) | |
tree | 5c5bc8a5def5f9bbb311b2459e5c71b78c767776 /events | |
parent | ecd6da0a754f21909dbbd8189228f5a27a15df3e (diff) |
glusterd: fix few events generation
This patch does the following:
1. Generate PEER_REJECT event if the peer add request is from an unknown peer
during peer handshaking.
2. EVENT_COMPARE_FRIEND_VOLUME_FAILED should be generated based on status code,
not ret.
3. Add EVENT_BRICKPATH_RESOLVE_FAILED event in case glusterd fails to resolve
bricks, this is mainly at restore path.
4. Remove EVENT_BRICKS_START_FAILED event as we already have
EVENT_BRICK_START_FAILED
Change-Id: I90e5bc4a331166d0bb3554eb2ec9df2526837a1d
BUG: 1397424
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-on: http://review.gluster.org/15903
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Samikshan Bairagya <samikshan@gmail.com>
Diffstat (limited to 'events')
-rw-r--r-- | events/eventskeygen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/events/eventskeygen.py b/events/eventskeygen.py index d54968a1d33..23dfb478904 100644 --- a/events/eventskeygen.py +++ b/events/eventskeygen.py @@ -112,7 +112,6 @@ keys = ( "EVENT_BRICK_STOP_FAILED", "EVENT_BRICK_DISCONNECTED", "EVENT_BRICK_CONNECTED", - "EVENT_BRICKS_START_FAILED", "EVENT_BRICKPATH_RESOLVE_FAILED", "EVENT_NOTIFY_UNKNOWN_OP", "EVENT_QUORUM_LOST", |