[Gluster-devel] NULL loc in posix_acl_truncate

2012-05-25 Thread Emmanuel Dreyfus
here is a bug in release-3.3: ./xinstall -c -p -r -m 555 xinstall /pfs/manu/netbsd/usr/src/tooldir.NetBSD-6.99.4-i386/bin/i386--netbsdelf-instal xinstall: /pfs/manu/netbsd/usr/src/tooldir.NetBSD-6.99.4-i386/bin/inst.00033a: chmod: Permission denied Kernel trace, client side: 33 1 xinstal

Re: [Gluster-devel] Can't use NFS with VMware ESXi

2012-05-25 Thread Fernando Frediani (Qube)
Anand, Further to that I managed to mount the Datastore and deploy machines there, but when trying to power them On I get an error as if it couldn't find a file. Has anyone seen these kind of error before ? I would say that it could be a lock problem, but it doesn't seem to. Permissions maybe ?

Re: [Gluster-devel] Can't use NFS with VMware ESXi

2012-05-25 Thread Fernando Frediani (Qube)
Hi Anand, Thanks for that . It actually worked using Distributed+Replicated. However the 2 main reasons I am testing version 3.3 is first and mainly because of the Granular Locking therefore suited to run VMs and also I found that using Repstr(Replicated + Striped (+ distributed)) for VMDK files

Re: [Gluster-devel] glusterfs-3.2.7qa1 released

2012-05-25 Thread Patrick Matthäi
Am 12.04.2012 19:29, schrieb Vijay Bellur: > > http://bits.gluster.com/pub/gluster/glusterfs/3.2.7qa1/ > > http://bits.gluster.com/pub/gluster/glusterfs/src/glusterfs-3.2.7qa1.tar.gz > > This release is made off v3.2.7qa1 Hey, I have tested this qa release and could not find any regression/pro

Re: [Gluster-devel] Can't use NFS with VMware ESXi

2012-05-25 Thread Anand Babu Periasamy
On Fri, May 25, 2012 at 4:36 AM, Fernando Frediani (Qube) wrote: > Actually, even on another Linux machine mounting NFS has the same behaviour. > I am able to mount it with “mount –t nfs …” but when I try “ls” it hangs as > well. > > One particular thing of the Gluster servers is that they have tw

[Gluster-devel] mismatching ino/dev between file

2012-05-25 Thread Emmanuel Dreyfus
Hi Here is a bug with release-3.3. It happens on a 2 way replicated. Here is what I have in one brick: [2012-05-25 15:03:09.463446] W [posix-handle.c:487:posix_handle_hard] 0-pfs-posix: mismatching ino/dev between file /export/wd3a/manu/netbsd/usr/src/tools/host-mkdep/conf29276 (57943061/16) a

Re: [Gluster-devel] Can't use NFS with VMware ESXi

2012-05-25 Thread Fernando Frediani (Qube)
Actually, even on another Linux machine mounting NFS has the same behaviour. I am able to mount it with "mount -t nfs ..." but when I try "ls" it hangs as well. One particular thing of the Gluster servers is that they have two networks, one for management with default gateway and another only fo

[Gluster-devel] Can't use NFS with VMware ESXi

2012-05-25 Thread Fernando Frediani (Qube)
Hi, I've setup a Gluster environment using CentOS 6.2 and GlusterFS 3.3 beta4 and the new type of volume striped + replicated. My go is to use it to run Virtual Machines (.vmdk files). Volume is created fine and the ESXi server mountw the Datastore using Gluster built-in NFS, however when tr

Re: [Gluster-devel] preparent and postparent?

2012-05-25 Thread Xavier Hernandez
On 05/24/2012 03:05 PM, Jeff Darcy wrote: On 05/24/2012 03:10 AM, Xavier Hernandez wrote: preparent and postparent have the attributes (modification time, size, permissions, ...) of the parent directory of the file being modified before and after the modification is done. Thank you, Xavi. :)