Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-20 Thread Aaron Porter
On Tue, Sep 14, 2010 at 3:44 PM, Vikas Gorur wrote: > option metadata-change-log on > option metadata-lock-server-count 1 What are the performance implications of enabling these? ___ Gluster-users mailing list Gluster-users@gluster.org http://gluster.or

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-20 Thread Aaron Porter
On Tue, Sep 14, 2010 at 3:44 PM, Vikas Gorur wrote: > It looks like replicate's self-heal reverted the directory's permissions. > This is because the default value of the option that controls whether Gluster > keeps track of changes to ownership/permissions is off. This is a bug, and is > being

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Tomasz Chmielewski
On 15.09.2010 00:44, Vikas Gorur wrote: On Sep 14, 2010, at 1:59 PM, Tomasz Chmielewski wrote: On 14.09.2010 22:56, Douglas Stanley wrote: Odd, on my 10.04 box, the version is only 3.0.2. Where'd you get a 3.0.5 version? I've seen that in debian testing, but not in ubuntu 10.04 yet. http:/

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Vikas Gorur
On Sep 14, 2010, at 1:59 PM, Tomasz Chmielewski wrote: > On 14.09.2010 22:56, Douglas Stanley wrote: > >> Odd, on my 10.04 box, the version is only 3.0.2. Where'd you get a >> 3.0.5 version? I've seen that in debian testing, but not in ubuntu >> 10.04 yet. > > http://ftp.gluster.com/pub/gluster

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Tomasz Chmielewski
On 14.09.2010 22:56, Douglas Stanley wrote: Odd, on my 10.04 box, the version is only 3.0.2. Where'd you get a 3.0.5 version? I've seen that in debian testing, but not in ubuntu 10.04 yet. http://ftp.gluster.com/pub/gluster/glusterfs/3.0/LATEST/Ubuntu/ -- Tomasz Chmielewski http://wpkg.org _

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Tomasz Chmielewski
On 14.09.2010 22:50, Tomasz Chmielewski wrote: On 14.09.2010 22:43, Douglas Stanley wrote: Did you do the chown operation to the mounted gluster filesystem, or to the exported by gluster filesystem on one of your storage bricks? What I mean is, is /shared/www what is exported in your glusterfsd

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Douglas Stanley
On Tue, Sep 14, 2010 at 4:50 PM, Tomasz Chmielewski wrote: > On 14.09.2010 22:43, Douglas Stanley wrote: >> Did you do the chown operation to the mounted gluster filesystem, or >> to the exported by gluster filesystem on one of your storage bricks? >> >> What I mean is, is /shared/www what is expo

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Tomasz Chmielewski
On 14.09.2010 22:43, Douglas Stanley wrote: > Did you do the chown operation to the mounted gluster filesystem, or > to the exported by gluster filesystem on one of your storage bricks? > > What I mean is, is /shared/www what is exported in your > glusterfsd.vol, or did you do mount -t glusterfs v

Re: [Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Douglas Stanley
Did you do the chown operation to the mounted gluster filesystem, or to the exported by gluster filesystem on one of your storage bricks? What I mean is, is /shared/www what is exported in your glusterfsd.vol, or did you do mount -t glusterfs volfile /shared/www ? Doug On Tue, Sep 14, 2010 at 4

[Gluster-users] strange owners issue? ownership reset by the other gluster node

2010-09-14 Thread Tomasz Chmielewski
I have a /shared/www/example.com directory, being set up on a mirrored glusterfs filesystem (two servers). I have a /shared/www/example.com/images/ directory there, owned by root:root. Now, I want the webserver to be able to write to this directory: simple, just make the webserver the owner