GlusterFS developer working in Red Hat, Bengaluru
GlusterFS is a scalable network filesystem
Distributed and Replicated Volumes
Features: Replication, Geo-replication, Self Heal, Rebalance, Sharding etc
$ systemctl enable glustereventsd
$ systemctl  start glustereventsd
		    
                
$ gluster-eventsapi status
                    
                    
Webhooks:
None
+-----------+-------------+-----------------------+
|NODE       | NODE STATUS | GLUSTEREVENTSD STATUS |
+-----------+-------------+-----------------------+
| localhost |          UP |                    UP |
| node2     |          UP |                    UP |
+-----------+-------------+-----------------------+
                    
                
$ gluster-eventsapi webhook-test http://sonne:9000/listen
                    
                    
$ gluster-eventsapi webhook-add http://sonne:9000/listen
                    
                
gluster volume create gv1 f241:/bricks/b1 \
    f242:/bricks/b2
                    
                    Example JSON pushed to Webhooks
{
    "nodeid": "95cd599c-5d87-43c1-8fba-b12821fd41b6",
    "ts": 1468303352,
    "event": "VOLUME_CREATE",
    "message": {
        "name": "gv1"
    }
}
                    
                aravindavk.in | @aravindavk | mail@aravindavk.in