[Gluster-devel] Gluster Benchmark Kit

2015-04-27 Thread Kiran Patil
Hi, I came across Gluster Benchmark Kit while reading [Gluster-users] Disastrous performance with rsync to mounted Gluster volume thread. http://54.82.237.211/gluster-benchmark/gluster-bench-README http://54.82.237.211/gluster-benchmark The Kit includes tools such as iozone, smallfile and fio.

Re: [Gluster-devel] mem_put without a xlator_t

2015-04-27 Thread Jeff Darcy
I obseve a crash when rebalance process cannot start in tiered setup. It happens because the cleanup process calls mem_put() while xlator_t is not valid anymore. Here is the backtrace: That looks closely related to the bug that was fixed by the following patch:

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Anoop C S
On 04/27/2015 02:18 PM, Emmanuel Dreyfus wrote: On Mon, Apr 27, 2015 at 02:13:03PM +0530, Anoop C S wrote: - tests/features/trash.t Anoop C S, Jiffin Tony Thottan and I have been working on it. The change are pending review: http://review.gluster.org/10346

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Emmanuel Dreyfus
On Mon, Apr 27, 2015 at 03:10:11PM +0530, Vijay Bellur wrote: - tests/basic/mgmt_v3-locks.t - tests/basic/tier/tier.t - tests/features/glupy.t try to address these problems over this week on NetBSD? Dan Lambright started working with me on tier.t in the meantime. For glupy.t I understand

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Vijay Bellur
On 04/26/2015 09:33 AM, Emmanuel Dreyfus wrote: Hello Here is the status of NetBSD regression so far. It would be nice if people could help with quota-anon-fd-nfs.t, mgmt_v3-locks.t and tier.t. The following tests are disabled for now: - tests/basic/afr/split-brain-resolution.t Anuradha

[Gluster-devel] mem_put without a xlator_t

2015-04-27 Thread Emmanuel Dreyfus
Hi I obseve a crash when rebalance process cannot start in tiered setup. It happens because the cleanup process calls mem_put() while xlator_t is not valid anymore. Here is the backtrace: #0 0xbb69e23d in pthread_spin_lock () from /usr/lib/libpthread.so.1 #1 0xbb78a066 in __gf_free

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Emmanuel Dreyfus
On Mon, Apr 27, 2015 at 02:13:03PM +0530, Anoop C S wrote: - tests/features/trash.t Anoop C S, Jiffin Tony Thottan and I have been working on it. The change are pending review: http://review.gluster.org/10346 http://review.gluster.org/10360 http://review.gluster.org/10374

Re: [Gluster-devel] Bugzilla links from bug-ids in commit messages

2015-04-27 Thread Niels de Vos
On Mon, Apr 27, 2015 at 10:59:51AM +0530, Kaushal M wrote: Linking to CIDs and Change-Ids should also be enabled now. Great, many thanks! ~kaushal On Sat, Apr 25, 2015 at 3:41 PM, Kaushal M kshlms...@gmail.com wrote: Anyone know how to create a direct link to a CID? I can't seem to

Re: [Gluster-devel] mem_put without a xlator_t

2015-04-27 Thread Emmanuel Dreyfus
On Mon, Apr 27, 2015 at 04:31:59AM -0400, Jeff Darcy wrote: That looks closely related to the bug that was fixed by the following patch: http://review.gluster.org/#/c/10319/ No, I already have it in tree. This is another problem. -- Emmanuel Dreyfus m...@netbsd.org

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Emmanuel Dreyfus
Atin Mukherjee amukh...@redhat.com wrote: mgmt_v3-locks.t worked at some time hence it deserve a git bisect. Can you lend me a netbsd machine so that I can debug it more? All VM are busy ATM. I scheduled nbslave7a.cloud.gluster.org to go offline once it will have finished running current

Re: [Gluster-devel] mem_put without a xlator_t

2015-04-27 Thread Jeff Darcy
On Mon, Apr 27, 2015 at 04:31:59AM -0400, Jeff Darcy wrote: That looks closely related to the bug that was fixed by the following patch: http://review.gluster.org/#/c/10319/ No, I already have it in tree. This is another problem. Yes, it is another problem, but it's a *related*

Re: [Gluster-devel] NetBSD regression status upate

2015-04-27 Thread Dan Lambright
- Original Message - From: Vijay Bellur vbel...@redhat.com To: Emmanuel Dreyfus m...@netbsd.org, gluster-devel@gluster.org Sent: Monday, April 27, 2015 5:40:11 AM Subject: Re: [Gluster-devel] NetBSD regression status upate On 04/26/2015 09:33 AM, Emmanuel Dreyfus wrote: Hello

Re: [Gluster-devel] mem_put without a xlator_t

2015-04-27 Thread Emmanuel Dreyfus
Jeff Darcy jda...@redhat.com wrote: Maybe we should change the way we track memory so that the translator *can't* be freed while other objects still point to it. Yes, that needs a refcount. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz m...@netbsd.org

Re: [Gluster-devel] Gluster version recap

2015-04-27 Thread Kaleb S. KEITHLEY
On 04/15/2015 01:39 AM, Kaleb KEITHLEY wrote: Hi, As 3.7 release approaches, here's a summary of our current thinking about the RPM versions that will ship in various versions of Fedora. Fedora 20: glusterfs-3.5.x Fedora 21: glusterfs-3.6.x Fedora 22: glusterfs-3.6.x Fedora 23 (rawhide)

[Gluster-devel] Just did a bunch of Gerrit account merging... pls let me know if anything goes wrong for you

2015-04-27 Thread Justin Clift
Some people are still having trouble logging into Gerrit, so I've just gone through and cleaned up some duplicate entries, old data, and similar. If Gerrit suddenly starts misbehaving for you now, please let me know. (In theory it shouldn't... but I don't trust theory in this at all ;) Regards

Re: [Gluster-devel] Gluster Benchmark Kit

2015-04-27 Thread Benjamin Turner
Hi Kiran, thanks for the feedback! I already put up a repo on githib: https://github.com/bennyturns/gluster-bench On my TODO list is: -The benchmark is currently RHEL / RHGS(Red Hat Gluster Storage) specific, I want to make things work with at least non paid RPM distros and Ubuntu. -Other