Bug 1358671 - Add Events for Volume Set and Reset
Summary: Add Events for Volume Set and Reset
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: eventsapi
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Aravinda VK
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1351589
TreeView+ depends on / blocked
 
Reported: 2016-07-21 08:57 UTC by Aravinda VK
Modified: 2017-03-27 18:18 UTC (History)
0 users

Fixed In Version: glusterfs-3.9.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-27 18:18:00 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Aravinda VK 2016-07-21 08:57:15 UTC
Description of problem:
Add Events for Volume option changes(Set and Reset)

Comment 1 Vijay Bellur 2016-07-21 14:13:07 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#1) for review on master by Aravinda VK (avishwan)

Comment 2 Vijay Bellur 2016-07-22 09:44:58 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#2) for review on master by Aravinda VK (avishwan)

Comment 3 Vijay Bellur 2016-07-22 10:25:01 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#3) for review on master by Aravinda VK (avishwan)

Comment 4 Vijay Bellur 2016-07-25 08:58:03 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#4) for review on master by Aravinda VK (avishwan)

Comment 5 Vijay Bellur 2016-07-26 05:29:05 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#5) for review on master by Atin Mukherjee (amukherj)

Comment 6 Vijay Bellur 2016-07-27 06:19:46 UTC
REVIEW: http://review.gluster.org/14973 (eventsapi: Volume Set and Reset Events) posted (#6) for review on master by Aravinda VK (avishwan)

Comment 7 Vijay Bellur 2016-07-28 10:14:21 UTC
COMMIT: http://review.gluster.org/14973 committed in master by Aravinda VK (avishwan) 
------
commit 7e00626b0dcd04b4f38d7cb1a3288ba6740ed9b6
Author: Aravinda VK <avishwan>
Date:   Tue Jul 19 17:28:14 2016 +0530

    eventsapi: Volume Set and Reset Events
    
    Example of published data for Volume Set:
    
    {
        "nodeid": NODEID,
        "ts": TIMESTAMP,
        "event": "VOLUME_SET",
        "message": {
            "name": VOLUME_NAME,
            "options": [[KEY1, VALUE1], [KEY2, VALUE2],..]
         }
    }
    
    Example of published data for Volume Reset:
    
    {
        "nodeid": NODEID,
        "ts": TIMESTAMP,
        "event": "VOLUME_RESET",
        "message": {
            "name": VOLUME_NAME,
            "option": KEY
         }
    }
    
    BUG: 1358671
    Change-Id: If30cc95396459b2a9993b3412ee6d05d27f6a86a
    Signed-off-by: Aravinda VK <avishwan>
    Reviewed-on: http://review.gluster.org/14973
    NetBSD-regression: NetBSD Build System <jenkins.org>
    Smoke: Gluster Build System <jenkins.org>
    CentOS-regression: Gluster Build System <jenkins.org>
    Reviewed-by: Atin Mukherjee <amukherj>

Comment 8 Shyamsundar 2017-03-27 18:18:00 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.9.0, please open a new bug report.

glusterfs-3.9.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://lists.gluster.org/pipermail/gluster-users/2016-November/029281.html
[2] https://www.gluster.org/pipermail/gluster-users/


Note You need to log in before you can comment on or make changes to this bug.