Re: [Gluster-users] [Gluster-devel] inode list memory usage

2010-03-02 Thread Harshavardhana
On 03/02/2010 05:27 AM, Mike Terzo wrote: On Fri, Feb 26, 2010 at 2:41 PM, Harshavardhanahar...@gluster.com wrote: I'm guessing you are talking about this patch: http://patches.gluster.com/patch/2659/ or is there another one? Yes thats the patch can you patch it

Re: [Gluster-users] error: Transport endpoint is not connected and Stale NFS file handle

2010-03-02 Thread Chad
José, I guess my question is why? If these are local drives you can use software raid (which will be MUCH faster) to do raid0 or raid5. If these are not local drives what benefit do you think you are getting by adding an additional layer of replication? As I see it yo will just kill your

[Gluster-users] crash when using the cp command to copy files off a striped gluster dir but not when using rsync

2010-03-02 Thread Sabuj Pattanayek
Hi, I've got this strange problem where a striped endpoint will crash when I try to use cp to copy files off of it but not when I use rsync to copy files off: [u...@gluster5 user]$ cp -r Python-2.6.4/ ~/tmp/ cp: reading `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py': Software

Re: [Gluster-users] [Gluster-devel] inode list memory usage

2010-03-02 Thread Harshavardhana
On Tue, Mar 2, 2010 at 10:02 PM, Mike Terzo mte...@gmail.com wrote: On Tue, Mar 2, 2010 at 8:51 AM, Harshavardhana har...@gluster.com wrote: On 03/02/2010 05:27 AM, Mike Terzo wrote: On Fri, Feb 26, 2010 at 2:41 PM, Harshavardhanahar...@gluster.com wrote: I'm guessing you are

Re: [Gluster-users] crash when using the cp command to copy files off a striped gluster dir but not when using rsync

2010-03-02 Thread Sabuj Pattanayek
Also, I cannot duplicate the crash when I copy using cp off the distributed endpoint, i.e. cp works fine there. ___ Gluster-users mailing list Gluster-users@gluster.org http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Re: [Gluster-users] error: Transport endpoint is not connected and Stale NFS file handle

2010-03-02 Thread Tejas N. Bhise
Jose, I would request you to use volgen. A suggestion on the config, why not group disks on two nodes ( simple e.g. group1 from server1 and server2, group2 from server2 and server4 ) with replicate. Then have distribute translator on top of the two replicated volumes. This would give you a

Re: [Gluster-users] GlusterFS 3.0.2 small file read performance benchmark

2010-03-02 Thread Tejas N. Bhise
Ed, oplocks are implemented by SAMBA and it would not be a part of GlusterFS per se till we implement a native SAMBA translator ( something that would replace the SAMBA server itself with a thin SAMBA kind of a layer on top of GlusterFS itself ). We are doing that for NFS by building an NFS

Re: [Gluster-users] GlusterFS 3.0.2 small file read performance benchmark

2010-03-02 Thread Ed W
Well, oplocks are an SMB definition, but the basic concept of opportunistic locking is independent of the filesystem. For example it appears that oplocks now appear in the NFS v4 standard under the name delegations (I would assume some variation of oplocks also exists in GFS and OCFS, but I'm

Re: [Gluster-users] Can gluster export be nfs exported too?

2010-03-02 Thread Raghavendra G
No, its not supported to export glusterfs backend directories using NFS. On Tue, Mar 2, 2010 at 8:43 AM, Jeremy Enos je...@ncsa.uiuc.edu wrote: If I have a single system exporting gluster, can I also export that same directory via NFS w/o Gluster in the loop, or is it different somehow? I

Re: [Gluster-users] crash when using the cp command to copy files off a striped gluster dir but not when using rsync

2010-03-02 Thread Harshavardhana
On 03/02/2010 10:43 PM, Sabuj Pattanayek wrote: Hi, I've got this strange problem where a striped endpoint will crash when I try to use cp to copy files off of it but not when I use rsync to copy files off: [u...@gluster5 user]$ cp -r Python-2.6.4/ ~/tmp/ cp: reading

Re: [Gluster-users] Can gluster export be nfs exported too?

2010-03-02 Thread Jeremy Enos
Second question: Even if it's not supported, is it theoretically feasible? Jeremy On 3/2/2010 10:16 PM, Raghavendra G wrote: No, its not supported to export glusterfs backend directories using NFS. On Tue, Mar 2, 2010 at 8:43 AM, Jeremy Enos je...@ncsa.uiuc.edu mailto:je...@ncsa.uiuc.edu