+++ This bug was initially created as a clone of Bug #1492066 +++ Description of problem: AFR_SUBVOL_UP and AFR_SUBVOLS_DOWN events not working. Version-Release number of selected component (if applicable): 3.12 How reproducible: Always Steps to Reproduce: 1. create a 1 X 2 replica volume. 2. kill both the bricks. 3. wait for AFR_SUBVOLS_DOWN event Actual results: These 2 events are not being raised Expected results: subvol up/down events must be sent whenever a subvolume goes up or down. Additional info: Looks these events are not being raised in the code. I see the event names only in events/eventskeygen.py file.
Looks like the halo replication patch https://review.gluster.org/#/c/16177 inadvertently removed these events upstream, and it needs to be fixed. These events are present in the downstream code though since 16177 is not there in rhgs yet. Hence closing this one as NOTABUG.