Bug 783249

Summary: Cleanup before exiting when assert_on_child_down is enabled
Product: [Community] GlusterFS Reporter: Vijay Bellur <vbellur>
Component: distributeAssignee: Vijay Bellur <vbellur>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 3.2.5CC: gluster-bugs, shmohan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 815039 (view as bug list) Environment:
Last Closed: 2013-07-24 17:26:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: 3.2.6qa3 Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 811632, 815039, 817967    

Description Vijay Bellur 2012-01-19 18:50:26 UTC
Description of problem:

When assert_on_child_down is enabled, glusterfs process exits without providing an opportunity to do cleanup before exiting. This needs to be corrected.

Version-Release number of selected component (if applicable):
3.2.5

How reproducible:
Always

Steps to Reproduce:
1. Enable assert_on_child_down in dht
2. Bring a brick down

  
Actual results:

A stale client mount is seen

Expected results:

Stale client mount should not be seen
Additional info:

Comment 1 Anand Avati 2012-01-24 16:36:41 UTC
CHANGE: http://review.gluster.com/2682 (cluster/dht: Exit clean when assert_no_child_down is enabled) merged in release-3.2 by Anand Avati (avati)

Comment 2 shylesh 2012-02-17 09:18:04 UTC
1. Created a distribute volume with 3 bricks
2. mounted using the command "/opt/glusterfs/3.2.6qa3/sbin/glusterfs --log-level=INFO --xlator-option=dist*.assert-no-child-down=yes --volfile-id=/dist --volfile-server=10.1.11.117 /mnt"
3. cd /mnt
4. killed one of the brick
5. cd /
6. client was automatically unmounted


Marking as verified

Comment 3 Anand Avati 2012-02-19 09:42:54 UTC
CHANGE: http://review.gluster.com/2664 (cluster/dht: Exit clean when assert_no_child_down is enabled) merged in master by Vijay Bellur (vijay)