Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-23 Thread Pranith Kumar Karampuri
Thanks Atin On Sat, Jul 23, 2016 at 7:29 PM, Atin Mukherjee wrote: > > > On Saturday 23 July 2016, Pranith Kumar Karampuri > wrote: > >> If someone could give +1 on 3.7 backport >> http://review.gluster.org/#/c/14991, I can merge the patch. Then we can

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-23 Thread Atin Mukherjee
On Saturday 23 July 2016, Pranith Kumar Karampuri wrote: > If someone could give +1 on 3.7 backport > http://review.gluster.org/#/c/14991, I can merge the patch. Then we can > start rebasing may be? > Merged! > > On Sat, Jul 23, 2016 at 12:23 PM, Atin Mukherjee

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-23 Thread Pranith Kumar Karampuri
If someone could give +1 on 3.7 backport http://review.gluster.org/#/c/14991, I can merge the patch. Then we can start rebasing may be? On Sat, Jul 23, 2016 at 12:23 PM, Atin Mukherjee wrote: > AFAIK, an explicit rebase is required. > > > On Saturday 23 July 2016, Pranith

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-23 Thread Atin Mukherjee
AFAIK, an explicit rebase is required. On Saturday 23 July 2016, Pranith Kumar Karampuri wrote: > > > On Sat, Jul 23, 2016 at 10:17 AM, Nithya Balachandran > wrote: > >> >> >> On Sat, Jul 23, 2016

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-23 Thread Pranith Kumar Karampuri
On Sat, Jul 23, 2016 at 10:17 AM, Nithya Balachandran wrote: > > > On Sat, Jul 23, 2016 at 9:45 AM, Nithya Balachandran > wrote: > >> >> >> On Fri, Jul 22, 2016 at 9:07 PM, Pranith Kumar Karampuri < >> pkara...@redhat.com> wrote: >> >>> >>> >>> On Fri,

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Nithya Balachandran
On Sat, Jul 23, 2016 at 9:45 AM, Nithya Balachandran wrote: > > > On Fri, Jul 22, 2016 at 9:07 PM, Pranith Kumar Karampuri < > pkara...@redhat.com> wrote: > >> >> >> On Fri, Jul 22, 2016 at 8:12 PM, Pranith Kumar Karampuri < >> pkara...@redhat.com> wrote: >> >>> I am playing

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
On Fri, Jul 22, 2016 at 10:25 PM, Jeff Darcy wrote: > > Based on what I saw in code, this seems to get the job done. Comments > > welcome: > > http://review.gluster.org/14988 > > Good thinking. Thanks, Pranith! > Nitya clarified my doubts as well on IRC :-). -- Pranith

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Jeff Darcy
> Based on what I saw in code, this seems to get the job done. Comments > welcome: > http://review.gluster.org/14988 Good thinking. Thanks, Pranith! ___ Gluster-devel mailing list Gluster-devel@gluster.org

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
On Fri, Jul 22, 2016 at 8:12 PM, Pranith Kumar Karampuri < pkara...@redhat.com> wrote: > I am playing with the following diff, let me see. > > diff --git a/tests/volume.rc b/tests/volume.rc > index 331a802..b288508 100644 > --- a/tests/volume.rc > +++ b/tests/volume.rc > @@ -579,7 +579,9 @@

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
On Fri, Jul 22, 2016 at 4:46 PM, Nigel Babu wrote: > Hello, > > I attempted to get us more space on NetBSD by creating a new partition > called > /data and putting /build as a symlink to /data/build. This has caused > problems > with tests/basic/quota.t. It's marked as bad for

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
I am playing with the following diff, let me see. diff --git a/tests/volume.rc b/tests/volume.rc index 331a802..b288508 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -579,7 +579,9 @@ function num_graphs function get_aux() { ##Check if a auxiliary mount is there -df -h 2>&1 | sed

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Jeff Darcy
> > Excluding /build/install for no obvious reason at all > > This looks like it was done to remove the /build/install components from the > df -h outputs. Changing the path to /data/build/install broke this as it did > not strip the "/data" from the paths. > It did work when I changed the sed to

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
On Fri, Jul 22, 2016 at 7:39 PM, Nithya Balachandran wrote: > > > On Fri, Jul 22, 2016 at 7:31 PM, Jeff Darcy wrote: > >> > I attempted to get us more space on NetBSD by creating a new partition >> called >> > /data and putting /build as a symlink to

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Nithya Balachandran
On Fri, Jul 22, 2016 at 7:42 PM, Pranith Kumar Karampuri < pkara...@redhat.com> wrote: > > > On Fri, Jul 22, 2016 at 7:39 PM, Nithya Balachandran > wrote: > >> >> >> On Fri, Jul 22, 2016 at 7:31 PM, Jeff Darcy wrote: >> >>> > I attempted to get us more

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Pranith Kumar Karampuri
On Fri, Jul 22, 2016 at 7:42 PM, Pranith Kumar Karampuri < pkara...@redhat.com> wrote: > > > On Fri, Jul 22, 2016 at 7:39 PM, Nithya Balachandran > wrote: > >> >> >> On Fri, Jul 22, 2016 at 7:31 PM, Jeff Darcy wrote: >> >>> > I attempted to get us more

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Nithya Balachandran
On Fri, Jul 22, 2016 at 7:31 PM, Jeff Darcy wrote: > > I attempted to get us more space on NetBSD by creating a new partition > called > > /data and putting /build as a symlink to /data/build. This has caused > > problems > > with tests/basic/quota.t. It's marked as bad for

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Jeff Darcy
> I attempted to get us more space on NetBSD by creating a new partition called > /data and putting /build as a symlink to /data/build. This has caused > problems > with tests/basic/quota.t. It's marked as bad for master, but not for > release-3.7. This is possibly because we have a hard-coded

Re: [Gluster-devel] 3.7 regressions on NetBSD

2016-07-22 Thread Atin Mukherjee
On Fri, Jul 22, 2016 at 4:46 PM, Nigel Babu wrote: > Hello, > > I attempted to get us more space on NetBSD by creating a new partition > called > /data and putting /build as a symlink to /data/build. This has caused > problems > with tests/basic/quota.t. It's marked as bad for