diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2016-09-07 04:19:32 +0530 |
---|---|---|
committer | gluster-ant <bugzilla-bot@gluster.org> | 2016-09-07 04:19:32 +0530 |
commit | 09caf9a0598724c446e62d0dcc361830652d9550 (patch) | |
tree | e96d97b9da901d461866f8618d61f83932ef2a50 /events | |
parent | ee87a1de3cd8df0f6cfc6815bdca27fe57850594 (diff) | |
download | glusterfs-09caf9a0598724c446e62d0dcc361830652d9550.tar.gz glusterfs-09caf9a0598724c446e62d0dcc361830652d9550.tar.xz glusterfs-09caf9a0598724c446e62d0dcc361830652d9550.zip |
storage/posix: Integrate important events with gf_event
BUG: 1371353
Change-Id: I9346ca16222caf9d97d999751577399ae6aacf72
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/15342
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Ravishankar N <ravishankar@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'events')
-rw-r--r-- | events/eventskeygen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/events/eventskeygen.py b/events/eventskeygen.py index 1e7b6b6958..d2a137742d 100644 --- a/events/eventskeygen.py +++ b/events/eventskeygen.py @@ -139,9 +139,9 @@ keys = ( #posix events "EVENT_POSIX_SAME_GFID", "EVENT_POSIX_ALREADY_PART_OF_VOLUME", - "EVENT_POSIX_INVALID_BRICK", + "EVENT_POSIX_BRICK_NOT_IN_VOLUME", "EVENT_POSIX_BRICK_VERIFICATION_FAILED", - "EVENT_POSIX_ACL_NOTSUP", + "EVENT_POSIX_ACL_NOT_SUPPORTED", "EVENT_POSIX_HEALTH_CHECK_FAILED", #afr events "EVENT_AFR_QUORUM_MET", |