Re: [Gluster-devel] Glusterfs v4.1.1 issue encountered while executing test case ./tests/features/trash.t

2018-09-28 Thread Vijay Bellur
Hi Abhay, trash is not enabled by default and is considered an experimental feature in Gluster. You can ignore the failure in trash.t while we fix the problem for your architecture. I will update through the bug if any other information is necessary from you. Thanks, Vijay On Thu, Sep 27, 2018

Re: [Gluster-devel] query about one glustershd coredump issue

2018-09-28 Thread Zhou, Cynthia (NSB - CN/Hangzhou)
From: Ravishankar N Sent: Thursday, September 27, 2018 6:04 PM To: Zhou, Cynthia (NSB - CN/Hangzhou) Subject: Re: query about one glustershd coredump issue Hi, I think it is better to send it on gluster-users mailing list to get more attention. Regards, Ravi On 09/27/2018 01:10 PM, Zhou, Cy

Re: [Gluster-devel] [Gluster-Maintainers] Memory overwrites due to processing vol files???

2018-09-28 Thread Shyam Ranganathan
We tested with ASAN and without the fix at [1], and it consistently crashes at the mdcache xlator when brick mux is enabled. On 09/28/2018 03:50 PM, FNU Raghavendra Manjunath wrote: > > I was looking into the issue and  this is what I could find while > working with shyam. > > There are 2 things

Re: [Gluster-devel] [Gluster-Maintainers] Memory overwrites due to processing vol files???

2018-09-28 Thread FNU Raghavendra Manjunath
I was looking into the issue and this is what I could find while working with shyam. There are 2 things here. 1) The multiplexed brick process for the snapshot(s) getting the client volfile (I suspect, it happened when restore operation was performed). 2) Memory corruption happening while t

[Gluster-devel] Status update on "Hyperconverged Gluster oVirt support"

2018-09-28 Thread Gobinda Das
Hi All, Status update on "Hyperconverged Gluster oVirt support" Features Completed: cockpit-ovirt - 1- Asymmetric brick configuration.Brick can be configured per host basis i.e. If the user wanted to make use of sdb from host1, sdc from host2, and sdd from host

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Kaleb S. KEITHLEY
On 9/28/18 6:12 AM, Niels de Vos wrote: > Is it really needed to have this as an option? Instead of an option in > configure.ac, can it not be a post-install task in a Makefile.am? I don't fully understand how .pyc and .pyo files are used, or how the new-in-python3 __cache__ files are used, but t

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Kaleb S. KEITHLEY
On 9/28/18 9:38 AM, Niels de Vos wrote: >>> >>> Tests should just run with "$PYTHON run-the-test.py" instead of >>> ./run-the-test.py with a #!/usr/bin/python shebang. The testing >>> framework can also find out what version of python is available. >> >> If we back up a bit here, if all shebangs ar

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Niels de Vos
On Fri, Sep 28, 2018 at 09:14:15AM -0400, Shyam Ranganathan wrote: > On 09/28/2018 09:11 AM, Niels de Vos wrote: > > On Fri, Sep 28, 2018 at 08:57:06AM -0400, Shyam Ranganathan wrote: > >> On 09/28/2018 06:12 AM, Niels de Vos wrote: > >>> On Thu, Sep 27, 2018 at 08:40:54AM -0400, Shyam Ranganathan

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Shyam Ranganathan
On 09/28/2018 09:11 AM, Niels de Vos wrote: > On Fri, Sep 28, 2018 at 08:57:06AM -0400, Shyam Ranganathan wrote: >> On 09/28/2018 06:12 AM, Niels de Vos wrote: >>> On Thu, Sep 27, 2018 at 08:40:54AM -0400, Shyam Ranganathan wrote: On 09/27/2018 08:07 AM, Kaleb S. KEITHLEY wrote: >> The tho

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Niels de Vos
On Fri, Sep 28, 2018 at 08:57:06AM -0400, Shyam Ranganathan wrote: > On 09/28/2018 06:12 AM, Niels de Vos wrote: > > On Thu, Sep 27, 2018 at 08:40:54AM -0400, Shyam Ranganathan wrote: > >> On 09/27/2018 08:07 AM, Kaleb S. KEITHLEY wrote: > The thought is, > - Add a configure option "--ena

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Shyam Ranganathan
On 09/28/2018 12:36 AM, Kotresh Hiremath Ravishankar wrote: > > - All regression hosts are currently py2 and so if we do not run > the py > > shebang correction during configure (as we do not build and test from > > RPMS), we would be running with incorrect py3 shebangs (although th

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Shyam Ranganathan
On 09/28/2018 06:12 AM, Niels de Vos wrote: > On Thu, Sep 27, 2018 at 08:40:54AM -0400, Shyam Ranganathan wrote: >> On 09/27/2018 08:07 AM, Kaleb S. KEITHLEY wrote: The thought is, - Add a configure option "--enable-py-version-correction" to configure, that is disabled by default >>>

[Gluster-devel] Gluster Weekly Report : Static Analyser

2018-09-28 Thread Sunny Kumar
Hello folks, It's been a month since we shared latest update on coverity scan [1] and clang-scan report, so the current status of static analyser is below: Coverity scan status: We made further progress in reducing the coverity count from 269 (28th Aug) to 180 (today). Major contributors - Sunny

[Gluster-devel] gluster-ansible: status of the project

2018-09-28 Thread Sachidananda URS
Hi, gluster-ansible project is aimed at automating the deployment and maintenance of GlusterFS cluster. The project can be found at: * https://github.com/gluster/gluster-ansible * https://github.com/gluster/gluster-ansible-infra * https://github.com/gluster/gluster-ansible-features * https://git

Re: [Gluster-devel] Python3 build process

2018-09-28 Thread Niels de Vos
On Thu, Sep 27, 2018 at 08:40:54AM -0400, Shyam Ranganathan wrote: > On 09/27/2018 08:07 AM, Kaleb S. KEITHLEY wrote: > >> The thought is, > >> - Add a configure option "--enable-py-version-correction" to configure, > >> that is disabled by default > > "correction" implies there's something that's

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

2018-09-28 Thread Sanju Rakonde
On Wed, Sep 26, 2018 at 7:53 PM Shyam Ranganathan wrote: > Hi, > > Updates on the release and shout out for help is as follows, > > RC0 Release packages for testing are available see the thread at [1] > > These are the following activities that we need to complete for calling > the release as GA

[Gluster-devel] Unplanned Jenkins maintenance

2018-09-28 Thread Nigel Babu
Hello folks, I did a quick unplanned Jenkins maintenance today to upgrade 3 plugins with security issues in them. This is now complete. There was a brief period where we did not start new jobs until Jenkins restarted. There should have been no interruption of existing jobs or any jobs canceled. Pl