Hide Forgot
Description of problem: ======================= SVC_DISCONNECTED event is not generating when bitd&scrub, quota and uss services are disabled Version-Release number of selected component (if applicable): ============================================================= glusterfs-3.8.4-2 How reproducible: ================= Always Steps to Reproduce: =================== 1. Have 2 node cluster 2. Have simple distribute volume running with 3 bricks 3. Setup to capture the gluster operation events 4. Enable the bitrot, quota and uss services for the volume 5. Now disable the above enabled services (step-4 ) 6. Check SERVICE_DISCONNECTED event is generating when each service is disabled. Actual results: =============== SVC_DISCONNECTED event is not generating when bitd&scrub, quota and uss services are disabled Expected results: ================= SVC_DISCONNECTED event should generate when services are disabled Additional info: ================ When services are enabled, i am seeing SVC_CONNECTED events generating.
If the services are disabled explicitly, we do not generate SVC_DISCONNECT event as the event will be generated from CLI itself. In case a daemon goes down abruptly, SVC_DISCONNECT will be generated.