Re: [Gluster-devel] [Gluster-users] Deduplication

2014-10-27 Thread Vijay Bellur
[Adding gluster-devel] On 10/22/2014 06:50 PM, Michael Lessard wrote: Hi list, Deduplication is mentioned on the Gluster project page : http://gluster.org/community/documentation/index.php/Projects I'm wondering what is the priority for this feature to be added to Gluster ? Is it already on

[Gluster-devel] Fwd: [ovirt-devel] Using libgfapi on Gluster Storage Domains

2014-10-27 Thread Vijay Bellur
FYI - if you are interested in trying out libgfapi support with oVirt. -Vijay -- Forwarded message -- From: Federico Simoncelli fsimo...@redhat.com Date: Fri, Oct 24, 2014 at 12:06 AM Subject: [ovirt-devel] Using libgfapi on Gluster Storage Domains To: oVirt Development

[Gluster-devel] Regression tests failure report on Gluster 3.6.0beta3-0.11 nightly build

2014-10-27 Thread Kiran Patil
Hi, Installed and ran regression tests on gluster-3.6 from nightly build http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs-3.6/epel-6-x86_64/glusterfs-3.6.0beta3-0.11.gitd01b00a.autobuild/ . Operating system: CentOS 6.5 Test Summary Report ---

Re: [Gluster-devel] glupy question

2014-10-27 Thread Emmanuel Dreyfus
On Sun, Oct 26, 2014 at 10:39:28AM +0200, Emmanuel Dreyfus wrote: Testing tests/features/glupy.t on NetBSD, I get a failure at glupy.c:2384:init because PyImport_Import() fails. I fixed this (and other problems) in this change set: http://review.gluster.org/8978 -- Emmanuel Dreyfus

[Gluster-devel] [glusterfs-3.6.0beta3-0.11.gitd01b00a] gluster volume status is running even though the Disk is detached

2014-10-27 Thread Kiran Patil
Hi, I created replicated vol with two bricks on the same node and copied some data to it. Now removed the disk which has hosted one of the brick of the volume. Storage.health-check-interval is set to 30 seconds. I could see the disk is unavailable using zpool command of zfs on linux but the

Re: [Gluster-devel] Regression tests failure report on Gluster 3.6.0beta3-0.11 nightly build

2014-10-27 Thread Emmanuel Dreyfus
Kiran Patil ki...@fractalio.com wrote: ./tests/basic/quota-anon-fd-nfs.t (Wstat: 0 Tests: 16 Failed: 1) == This testcase occasionally passes I fixed reliability issues in the test suite here: http://review.gluster.com/8969 ./tests/features/glupy.t

Re: [Gluster-devel] Fwd: [ovirt-devel] Using libgfapi on Gluster Storage Domains

2014-10-27 Thread Ben England
The year-old BZ 1016886 describes three problems that any libgfapi application would have, not just KVM. As for the rpc-auth-allow-insecure=on setting, has any progress been made in this area? I think this setting should be unnecessary, and it's really important in general that Gluster

[Gluster-devel] Wanted: maintainer for release-3.6!

2014-10-27 Thread Vijay Bellur
Hi All, As we move closer to the release of 3.6.0, we are looking to add a release maintainer for the 3.6.0 development branch (release-3.6). Primary requirements for being this release maintainer would include: 1. Ensure regular minor releases of 3.6 2. Actively manage patches in the

Re: [Gluster-devel] No plan found in TAP output

2014-10-27 Thread Venky Shankar
​possible to get verbose output? prove -v ? Venky ___ Gluster-devel mailing list Gluster-devel@gluster.org http://supercolony.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] No plan found in TAP output

2014-10-27 Thread Emmanuel Dreyfus
On Mon, Oct 27, 2014 at 07:31:22PM +0530, Venky Shankar wrote: ?possible to get verbose output? prove -v ? It does not help much: (...) = TEST 39 (line 87): rm -rf ./tests/encryption/frag ok 39 RESULT 39: 0 All 39 subtests passed [16:25:35] Test Summary Report

Re: [Gluster-devel] No plan found in TAP output

2014-10-27 Thread Kaushal M
IIRC, the regression test suite was changed a little recently, which leads to tests failing to run when called directly using prove. Can you run the test from within the GlusterFS src directory using './run-tests.sh test'? The run-tests.sh script now does some environmental setup before running

Re: [Gluster-devel] gluster write million of lines: WRITE = -1 (Transport endpoint is not connected)

2014-10-27 Thread Raghavendra G
Seems like there were on-going write operations. On errors we log and network disconnect has resulted in these logs. On Mon, Oct 27, 2014 at 7:21 PM, Sergio Traldi sergio.tra...@pd.infn.it wrote: Hi all, One server Redhat 6 with this rpms set: [ ~]# rpm -qa | grep gluster | sort

Re: [Gluster-devel] gluster write million of lines: WRITE = -1 (Transport endpoint is not connected)

2014-10-27 Thread Ben England
Sergio, I agree, excessive logging is a performance issue and can potentially fill a system disk partition or LVM volume over a long enough period of time, resulting in other errors. See bz 1156624 for another example that I encountered. Does it happen in glusterfs-3.6? Is there a logging

Re: [Gluster-devel] No plan found in TAP output

2014-10-27 Thread Emmanuel Dreyfus
On Mon, Oct 27, 2014 at 10:00:33PM +0530, Kaushal M wrote: Can you run the test from within the GlusterFS src directory using './run-tests.sh test'? The run-tests.sh script now does some environmental setup before running the test. I found the problem: $testcnt is left padded with white spaces

Re: [Gluster-devel] Quota problems with dispersed volumes

2014-10-27 Thread Raghavendra Gowdappa
- Original Message - From: Xavier Hernandez xhernan...@datalab.es To: Gluster Devel gluster-devel@gluster.org, Krishnan Parthasarathi kpart...@redhat.com, Raghavendra Gowdappa rgowd...@redhat.com Cc: Dan Lambright dlamb...@redhat.com Sent: Monday, October 27, 2014 11:07:40 PM

Re: [Gluster-devel] [glusterfs-3.6.0beta3-0.11.gitd01b00a] gluster volume status is running even though the Disk is detached

2014-10-27 Thread Kiran Patil
Hi Niels, I am getting fatal: Couldn't find remote ref refs/changes/13/8213/9 error. Steps to reproduce the issue. 1) # git clone git://review.gluster.org/glusterfs Initialized empty Git repository in /root/gluster-3.6/glusterfs/.git/ remote: Counting objects: 84921, done. remote: Compressing