Re: [Gluster-devel] NetBSD regression fixes

2015-03-18 Thread Emmanuel Dreyfus
On Wed, Mar 18, 2015 at 03:13:32AM -0400, Joseph Fernandes wrote: The smoke for http://review.gluster.org/#/c/9683/ on netbsd fails http://build.gluster.org/job/freebsd-smoke/4066/ This is FreeBSD, the NetBSD builds goes fine. Could you please install sqlite3 and sqlite-devel rpms on the test

Re: [Gluster-devel] feature/trash and NetBSD

2015-03-18 Thread Emmanuel Dreyfus
On Wed, Mar 18, 2015 at 11:26:02AM +0530, Anoop C S wrote: Trash translator creates the original file inside .trashcan directory on receiving a truncate/ftruncate call and then truncates the file. During the above mentioned procedure, whether a truncate/ftruncate call is issued internally?

Re: [Gluster-devel] feature/trash and NetBSD

2015-03-18 Thread Anoop C S
On 03/18/2015 02:00 PM, Emmanuel Dreyfus wrote: On Wed, Mar 18, 2015 at 11:26:02AM +0530, Anoop C S wrote: Trash translator creates the original file inside .trashcan directory on receiving a truncate/ftruncate call and then truncates the file. During the above mentioned procedure, whether a

Re: [Gluster-devel] NetBSD regression in quota-nfs.t

2015-03-18 Thread Emmanuel Dreyfus
On Wed, Mar 18, 2015 at 10:03:28AM +, Emmanuel Dreyfus wrote: Any idea anyone? Perhaps we could justgot err instead? if (uuid_is_null (local-loc.gfid)) goto err; Indeed, the test passes with this patch: diff --git

[Gluster-devel] NetBSD regression in quota-nfs.t

2015-03-18 Thread Emmanuel Dreyfus
Hi NetBSD regression has been broken a lot latetly, here is the latest one I investigated: tests/basic/quota-nfs.t It fails on this test: TEST $CLI volume quota $V0 limit-usage / 20MB Because: quota command failed : Failed to find the directory /autobuild/install/var/run/gluster/patchy/.

[Gluster-devel] Minutes for Weekly Gluster Community Meeting: 2015-03-18

2015-03-18 Thread Kaleb KEITHLEY
Thanks for everyone who attended our Weekly Gluster Community Meeting on IRC a few minutes ago. Meeting Minutes: http://meetbot.fedoraproject.org/gluster-meeting/2015-03-18/gluster-meeting.2015-03-18-11.59.html -- Kaleb ___ Gluster-devel mailing list

Re: [Gluster-devel] NetBSD regression fixes

2015-03-18 Thread Justin Clift
On 18 Mar 2015, at 08:21, Emmanuel Dreyfus m...@netbsd.org wrote: On Wed, Mar 18, 2015 at 03:13:32AM -0400, Joseph Fernandes wrote: The smoke for http://review.gluster.org/#/c/9683/ on netbsd fails http://build.gluster.org/job/freebsd-smoke/4066/ This is FreeBSD, the NetBSD builds goes fine.

Re: [Gluster-devel] NetBSD regression in quota-nfs.t

2015-03-18 Thread Emmanuel Dreyfus
On Wed, Mar 18, 2015 at 10:28:37AM +, Emmanuel Dreyfus wrote: Indeed, the test passes with this patch: And when submitting it I noticed ithat change has laready been done. -- Emmanuel Dreyfus m...@netbsd.org ___ Gluster-devel mailing list

Re: [Gluster-devel] NetBSD regression in quota-nfs.t

2015-03-18 Thread Vijaikumar M
Hi Emmanuel, I have submitted another patch: http://review.gluster.org/#/c/9478/ for addressing the spurious failure with quota-nfs.t Thanks, Vijay On Wednesday 18 March 2015 07:40 PM, Emmanuel Dreyfus wrote: On Wed, Mar 18, 2015 at 10:28:37AM +, Emmanuel Dreyfus wrote: Indeed, the

Re: [Gluster-devel] Query: Trash feature.

2015-03-18 Thread Anoop C S
On 03/19/2015 10:58 AM, Kotresh Hiremath Ravishankar wrote: Hi All, Why is .trashcan directory created at the same level as .glusterfs and not inside .glusterfs? In glusterfs, crawlers, usually crawl back end filesystem and ignore .glusterfs. Now in addition, they have to ignore .trashcan.