Re: [Gluster-devel] compilation failure: rpcsvc.c:1003:9: error: implicit declaration of function 'xdr_sizeof' [-Werror=implicit-function-declaration]

2018-06-29 Thread Vijay Bellur
On Fri, Jun 29, 2018 at 11:59 AM Yaniv Kaul wrote: > Hello, > > First time trying to compile from source. > > The compilation part of 'make install' fails with: > rpcsvc.c:528:17: warning: format '%lu' expects argument of type 'long > unsigned int', but argument 2 has type 'u_int32_t' [-Wformat=]

[Gluster-devel] compilation failure: rpcsvc.c:1003:9: error: implicit declaration of function 'xdr_sizeof' [-Werror=implicit-function-declaration]

2018-06-29 Thread Yaniv Kaul
Hello, First time trying to compile from source. The compilation part of 'make install' fails with: rpcsvc.c:528:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'u_int32_t' [-Wformat=] gf_log (GF_RPCSVC, GF_LOG_ERROR, "auth failed o

Re: [Gluster-devel] Regression failing on tests/bugs/core/bug-1432542-mpx-restart-crash.t

2018-06-29 Thread Atin Mukherjee
On Fri, 29 Jun 2018 at 21:35, Poornima Gurusiddaiah wrote: > > > On Fri, Jun 29, 2018, 5:54 PM Mohit Agrawal wrote: > >> Hi Poornima, >> >> It seems the test case(tests/bugs/core/bug-1432542-mpx-restart-crash.t) >> is crashing because in quota xlator rpc-cleanup code is not perfectly >> handled

Re: [Gluster-devel] Github teams/repo cleanup

2018-06-29 Thread Michael Scherer
Le vendredi 29 juin 2018 à 14:40 +0200, Michael Scherer a écrit : > Hi, > > So, after Gentoo hack, I started to look at all our teams on github, > and what access does everybody have, etc, etc > > And I have a few issues: > - we have old repositories that are no longer used > - we have team witho

Re: [Gluster-devel] Regression failing on tests/bugs/core/bug-1432542-mpx-restart-crash.t

2018-06-29 Thread Poornima Gurusiddaiah
On Fri, Jun 29, 2018, 5:54 PM Mohit Agrawal wrote: > Hi Poornima, > > It seems the test case(tests/bugs/core/bug-1432542-mpx-restart-crash.t) is > crashing because in quota xlator rpc-cleanup code is not perfectly handled > in brick multiplexing scenario. Though I did not see this issue from a lo

[Gluster-devel] Github teams/repo cleanup

2018-06-29 Thread Michael Scherer
Hi, So, after Gentoo hack, I started to look at all our teams on github, and what access does everybody have, etc, etc And I have a few issues: - we have old repositories that are no longer used - we have team without description - we have people without 2FA who are admins of some team - github m

[Gluster-devel] Regression failing on tests/bugs/core/bug-1432542-mpx-restart-crash.t

2018-06-29 Thread Mohit Agrawal
Hi Poornima, It seems the test case(tests/bugs/core/bug-1432542-mpx-restart-crash.t) is crashing because in quota xlator rpc-cleanup code is not perfectly handled in brick multiplexing scenario. Though I did not see this issue from a long time after done some changes in quota xlator code but now i

[Gluster-devel] Regression failing on tests/bugs/core/bug-1432542-mpx-restart-crash.t

2018-06-29 Thread Poornima Gurusiddaiah
Hi, The regression is failing consistently for patch [1] but never on local setup. But, it has failed for many other patches as well [2]. Sometimes it generates core. Its crashing because the lookup is issued after the fini() is called on the xlators. This crash seems unrelated to the patch it is

Re: [Gluster-devel] Storing list of dentries of children in parent inode

2018-06-29 Thread Raghavendra Gowdappa
On Fri, Jun 29, 2018 at 12:25 PM, Vijay Bellur wrote: > > > On Wed, Jun 27, 2018 at 10:15 PM Raghavendra Gowdappa > wrote: > >> All, >> >> There is a requirement in write-behind where during readdirp we may have >> to invalidate iatts/stats of some of the children of the directory [1]. For >> la

Re: [Gluster-devel] Storing list of dentries of children in parent inode

2018-06-29 Thread Raghavendra Gowdappa
On Fri, Jun 29, 2018 at 1:02 PM, Amar Tumballi wrote: > > > On Fri, Jun 29, 2018 at 12:25 PM, Vijay Bellur wrote: > >> >> >> On Wed, Jun 27, 2018 at 10:15 PM Raghavendra Gowdappa < >> rgowd...@redhat.com> wrote: >> >>> All, >>> >>> There is a requirement in write-behind where during readdirp we

Re: [Gluster-devel] Storing list of dentries of children in parent inode

2018-06-29 Thread Amar Tumballi
On Fri, Jun 29, 2018 at 12:25 PM, Vijay Bellur wrote: > > > On Wed, Jun 27, 2018 at 10:15 PM Raghavendra Gowdappa > wrote: > >> All, >> >> There is a requirement in write-behind where during readdirp we may have >> to invalidate iatts/stats of some of the children of the directory [1]. For >> la