Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Atin Mukherjee
Deepshika, Please keep us posted on if you see the particular glusterd test failing again. It’ll be great to see this nightly job green sooner than later :-) . On Thu, 4 Oct 2018 at 15:07, Deepshikha Khandelwal wrote: > On Thu, Oct 4, 2018 at 6:10 AM Sanju Rakonde wrote: > > > > > > > > On

Re: [Gluster-devel] Release 5: Branched and further dates

2018-10-04 Thread Shyam Ranganathan
On 09/13/2018 11:10 AM, Shyam Ranganathan wrote: > RC1 would be around 24th of Sep. with final release tagging around 1st > of Oct. RC1 now stands to be tagged tomorrow, and patches that are being targeted for a back port include, 1) https://review.gluster.org/c/glusterfs/+/21314 (snapshot

Re: [Gluster-devel] Release 5: Branched and further dates

2018-10-04 Thread Atin Mukherjee
On Thu, Oct 4, 2018 at 9:03 PM Shyam Ranganathan wrote: > On 09/13/2018 11:10 AM, Shyam Ranganathan wrote: > > RC1 would be around 24th of Sep. with final release tagging around 1st > > of Oct. > > RC1 now stands to be tagged tomorrow, and patches that are being > targeted for a back port

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Sanju Rakonde
Deepshika, I see that tests/bugs/glusterd/optimized-basic-testcases-in-cluster.t test is failed in today's run #273. But I couldn't get logs from https://ci-logs.gluster.org/distributed-regression-logs-273.tgz , I see 404 Not found error with message saying "The requested URL

Re: [Gluster-devel] Release 5: Branched and further dates

2018-10-04 Thread Shyam Ranganathan
On 10/04/2018 12:01 PM, Atin Mukherjee wrote: > 4) This bug [2] was filed when we released 4.0. > > The issue has not bitten us in 4.0 or in 4.1 (yet!) (i.e the options > missing and hence post-upgrade clients failing the mount). This is > possibly the last chance to fix it. > >

Re: [Gluster-devel] Release 5: Branched and further dates

2018-10-04 Thread FNU Raghavendra Manjunath
On Thu, Oct 4, 2018 at 2:47 PM Kotresh Hiremath Ravishankar < khire...@redhat.com> wrote: > > > On Thu, Oct 4, 2018 at 9:03 PM Shyam Ranganathan > wrote: > >> On 09/13/2018 11:10 AM, Shyam Ranganathan wrote: >> > RC1 would be around 24th of Sep. with final release tagging around 1st >> > of Oct.

Re: [Gluster-devel] Release 5: Branched and further dates

2018-10-04 Thread Kotresh Hiremath Ravishankar
On Thu, Oct 4, 2018 at 9:03 PM Shyam Ranganathan wrote: > On 09/13/2018 11:10 AM, Shyam Ranganathan wrote: > > RC1 would be around 24th of Sep. with final release tagging around 1st > > of Oct. > > RC1 now stands to be tagged tomorrow, and patches that are being > targeted for a back port

Re: [Gluster-devel] index_lookup segfault in glusterfsd brick process

2018-10-04 Thread 김경표
Thanks for reply. 2018년 10월 4일 (목) 오후 5:31, Ravishankar N 님이 작성: > > > On 10/04/2018 01:57 PM, Pranith Kumar Karampuri wrote: > > it indicates that inode-table is NULL. Is there a possibility to upload > the core somewhere for us to take a closer look? > > This is core file.

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
General options: -help - Display available options (-help-hidden for more) -help-list- Display list of available options (-help-list-hidden for more) -version - Display the version of this program [rgowdapp@rgowdapp ~]$ clang-format

[Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
All, [rgowdapp@rgowdapp glusterfs]$ ./rfc.sh + rebase_changes + GIT_EDITOR=./rfc.sh + git rebase -i origin/master [detached HEAD 34fabdd] cluster/dht: clang-format dht-common.c 1 file changed, 10674 insertions(+), 11166 deletions(-) rewrite xlators/cluster/dht/src/dht-common.c (88%) [detached

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Amar Tumballi
Can you try below diff in your rfc, and let me know if it works? ``` > diff --git a/rfc.sh b/rfc.sh > index 607fd7528f..4ffef26ca1 100755 > --- a/rfc.sh > +++ b/rfc.sh > @@ -321,21 +321,21 @@ main() > fi > > # TODO: add clang-format command here. It will after the changes are > done

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Kaushal M
On Fri, Oct 5, 2018 at 9:05 AM Raghavendra Gowdappa wrote: > > > > On Fri, Oct 5, 2018 at 8:53 AM Amar Tumballi wrote: >> >> Can you try below diff in your rfc, and let me know if it works? > > > No. it didn't. I see the same error. > [rgowdapp@rgowdapp glusterfs]$ ./rfc.sh > + rebase_changes >

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
On Fri, Oct 5, 2018 at 9:11 AM Kaushal M wrote: > On Fri, Oct 5, 2018 at 9:05 AM Raghavendra Gowdappa > wrote: > > > > > > > > On Fri, Oct 5, 2018 at 8:53 AM Amar Tumballi > wrote: > >> > >> Can you try below diff in your rfc, and let me know if it works? > > > > > > No. it didn't. I see the

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Poornima Gurusiddaiah
Even I encountered the same. If you have clang version less than 6, it exits. Upgrading clang version fixed it. Regards, Poornima On Fri, Oct 5, 2018, 9:58 AM Sachidananda URS wrote: > > > On Fri, Oct 5, 2018 at 9:45 AM, Raghavendra Gowdappa > wrote: > >> >> >> On Fri, Oct 5, 2018 at 9:34 AM

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Sachidananda URS
On Fri, Oct 5, 2018 at 10:41 AM, Raghavendra Gowdappa wrote: > General options: > > -help - Display available options (-help-hidden for > more) > -help-list- Display list of available options > (-help-list-hidden for more) > -version -

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
We should document (better still add checks in rfc.sh and warn user to upgrade) that we need clang version x or greater. On Fri, Oct 5, 2018 at 10:45 AM Sachidananda URS wrote: > > > On Fri, Oct 5, 2018 at 10:41 AM, Raghavendra Gowdappa > wrote: > >> General options: >> >> -help

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
On Fri, Oct 5, 2018 at 8:53 AM Amar Tumballi wrote: > Can you try below diff in your rfc, and let me know if it works? > No. it didn't. I see the same error. [rgowdapp@rgowdapp glusterfs]$ ./rfc.sh + rebase_changes + GIT_EDITOR=./rfc.sh + git rebase -i origin/master [detached HEAD e50667e]

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
On Fri, Oct 5, 2018 at 9:34 AM Raghavendra Gowdappa wrote: > > > On Fri, Oct 5, 2018 at 9:11 AM Kaushal M wrote: > >> On Fri, Oct 5, 2018 at 9:05 AM Raghavendra Gowdappa >> wrote: >> > >> > >> > >> > On Fri, Oct 5, 2018 at 8:53 AM Amar Tumballi >> wrote: >> >> >> >> Can you try below diff in

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Sachidananda URS
On Fri, Oct 5, 2018 at 9:45 AM, Raghavendra Gowdappa wrote: > > > On Fri, Oct 5, 2018 at 9:34 AM Raghavendra Gowdappa > wrote: > >> >> >> On Fri, Oct 5, 2018 at 9:11 AM Kaushal M wrote: >> >>> On Fri, Oct 5, 2018 at 9:05 AM Raghavendra Gowdappa >>> wrote: >>> > >>> > >>> > >>> > On Fri, Oct

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Sachidananda URS
[rgowdapp@rgowdapp glusterfs]$ clang-format --version ; echo $? > LLVM (http://llvm.org/): > LLVM version 3.4.2 > Optimized build. > Built Dec 7 2015 (09:37:36). > Default target: x86_64-redhat-linux-gnu > Host CPU: x86-64 > 1 > > Wonder why clang-format --version has to return

Re: [Gluster-devel] ./rfc.sh not pushing patch to gerrit

2018-10-04 Thread Raghavendra Gowdappa
On Fri, Oct 5, 2018 at 9:58 AM Sachidananda URS wrote: > > > On Fri, Oct 5, 2018 at 9:45 AM, Raghavendra Gowdappa > wrote: > >> >> >> On Fri, Oct 5, 2018 at 9:34 AM Raghavendra Gowdappa >> wrote: >> >>> >>> >>> On Fri, Oct 5, 2018 at 9:11 AM Kaushal M wrote: >>> On Fri, Oct 5, 2018 at

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Pranith Kumar Karampuri
On Thu, Oct 4, 2018 at 2:15 PM Xavi Hernandez wrote: > On Thu, Oct 4, 2018 at 9:47 AM Amar Tumballi wrote: > >> >> >> On Thu, Oct 4, 2018 at 12:54 PM Xavi Hernandez >> wrote: >> >>> On Wed, Oct 3, 2018 at 11:57 AM Deepshikha Khandelwal < >>> dkhan...@redhat.com> wrote: >>> Hello folks,

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Deepshikha Khandelwal
On Thu, Oct 4, 2018 at 6:10 AM Sanju Rakonde wrote: > > > > On Wed, Oct 3, 2018 at 3:26 PM Deepshikha Khandelwal > wrote: >> >> Hello folks, >> >> Distributed-regression job[1] is now a part of Gluster's >> nightly-master build pipeline. The following are the issues we have >> resolved since we

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Xavi Hernandez
On Wed, Oct 3, 2018 at 11:57 AM Deepshikha Khandelwal wrote: > Hello folks, > > Distributed-regression job[1] is now a part of Gluster's > nightly-master build pipeline. The following are the issues we have > resolved since we started working on this: > > 1) Collecting gluster logs from servers.

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Xavi Hernandez
On Thu, Oct 4, 2018 at 9:47 AM Amar Tumballi wrote: > > > On Thu, Oct 4, 2018 at 12:54 PM Xavi Hernandez > wrote: > >> On Wed, Oct 3, 2018 at 11:57 AM Deepshikha Khandelwal < >> dkhan...@redhat.com> wrote: >> >>> Hello folks, >>> >>> Distributed-regression job[1] is now a part of Gluster's >>>

Re: [Gluster-devel] index_lookup segfault in glusterfsd brick process

2018-10-04 Thread Pranith Kumar Karampuri
On Wed, Oct 3, 2018 at 11:20 PM 김경표 wrote: > Hello folks. > > Few days ago I found my EC(4+2) volume was degraded. > I am using 3.12.13-1.el7.x86_64. > One brick was down, below is bricklog > I am suspicious loc->inode bug in index.c (see attached picture) > In GDB, loc->inode is null > >>

Re: [Gluster-devel] index_lookup segfault in glusterfsd brick process

2018-10-04 Thread Ravishankar N
On 10/04/2018 01:57 PM, Pranith Kumar Karampuri wrote: On Wed, Oct 3, 2018 at 11:20 PM 김경표 > wrote: Hello folks. Few days ago I found my EC(4+2) volume was degraded. I am using 3.12.13-1.el7.x86_64. One brick was down, below is bricklog I am

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Sankarshan Mukhopadhyay
On Thu, Oct 4, 2018 at 6:10 AM Sanju Rakonde wrote: > On Wed, Oct 3, 2018 at 3:26 PM Deepshikha Khandelwal > wrote: >> >> Hello folks, >> >> Distributed-regression job[1] is now a part of Gluster's >> nightly-master build pipeline. The following are the issues we have >> resolved since we

Re: [Gluster-devel] POC- Distributed regression testing framework

2018-10-04 Thread Amar Tumballi
On Thu, Oct 4, 2018 at 12:54 PM Xavi Hernandez wrote: > On Wed, Oct 3, 2018 at 11:57 AM Deepshikha Khandelwal > wrote: > >> Hello folks, >> >> Distributed-regression job[1] is now a part of Gluster's >> nightly-master build pipeline. The following are the issues we have >> resolved since we

[Gluster-devel] Gluster prometheus: update

2018-10-04 Thread Ram Edara
Hello All, Here is the status update for gluster-prometheus project. last week we worked on following - discussion on how to ship GD1 vs GD2 exporters. PRs were sent for the same - design of interface for getting metrics from GD1 vs GD2.

Re: [Gluster-devel] struct stat.st_blocks inconsistent across cluster nodes

2018-10-04 Thread Ralph Böhme
Hey folks, On Mon, Sep 03, 2018 at 01:16:13PM +0200, Ralph Böhme wrote: On Fri, Aug 31, 2018 at 09:55:33PM +0530, Amar Tumballi wrote: A RFE would help to track this. Will have a look into this. https://github.com/gluster/glusterfs/issues/509 is this on anyones radar? Thanks! -slow --