Description of problem: Delete of a particular snapshot command fails in first attempt, But succeeds in second attempt. Version-Release number of selected component (if applicable): glusterfs-3.4.1.snap.jan15.2014 How reproducible: Very often. Steps to Reproduce: 1. Create a Distribute-replicate volume 2. Create some snapshots of this volume 3. Try snapshot delete Actual results: Fails in first attempt, But succeeds in second attempt. Expected results: Snapshot delete should not fail. Additional info:
The delete was failing because of the race condition between process kill and snap volume unmount. unmount was tried even before the brick process was killed. This issue is fixed in patch : http://review.gluster.org/#/c/6772/
This Bug is dependent on Bug 1049353. So moving this bug to assigned state, until Bug 1049353 is resolved.
This bug is dependent on Bug 1049353. Same patch fixes both the issue. http://review.gluster.org/#/c/7123/
Bug 1049353 got opened again because of recent changes. Have to investigate the issue. Moving this bug to assigned until the Bug 1049353 is resolved.
*** This bug has been marked as a duplicate of bug 1049353 ***