Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Rajesh Joseph
On Sat, Apr 9, 2016 at 2:05 AM, Jeff Darcy wrote: > Upon further investigation, I've been able to determine that the problem > lies in this line of our generic cleanup routine. > > type cleanup_lvm &>/dev/null && cleanup_lvm || true; > > This works great if snapshot.rc

[Gluster-devel] conflicting keys for option eager-lock

2016-04-08 Thread Vijay Bellur
Hey Pranith, Ashish - We have broken support for group virt after the following commit in release-3.7: commit 46920e3bd38d9ae7c1910d0bd83eff309ab20c66 Author: Ashish Pandey Date: Fri Mar 4 13:05:09 2016 +0530 cluster/ec: Provide an option to enable/disable eager

Re: [Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Jeff Darcy
Upon further investigation, I've been able to determine that the problem lies in this line of our generic cleanup routine. type cleanup_lvm &>/dev/null && cleanup_lvm || true; This works great if snapshot.rc we're at the end of a test that included snapshot.rc (which defines

[Gluster-devel] Need help diagnosing regression-test crashes

2016-04-08 Thread Jeff Darcy
I've been trying to figure out what's causing CentOS regression tests to fail with core dumps, quite clearly unrelated to the patches that are being affected. I've managed to find a couple of clues, so it seems that maybe someone else will recognize something and zero in on the problem faster