diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2016-09-07 04:19:32 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-09-14 20:58:48 -0700 |
commit | 613575ee7140e257d8f0265b719cbfc7c44a0297 (patch) | |
tree | bc5bc111e7d2da260c4989061bdab29bb1290555 /events | |
parent | 73c6c2c307c8bcaac51aa94b1af518955f35d1b8 (diff) |
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 1e7b6b6958a..d2a137742db 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", |