Re: [Gluster-devel] DHT xlator, read and write a file during creating a new file

2017-05-02 Thread Vijay Bellur
On Tue, May 2, 2017 at 8:00 AM, Tahereh Fattahi wrote: > Hi > > I want to use a file as a counter when I create a file in dht xlator. > I mean, after creating a new file, I want open a file in the same > directory with a special name, read that, update the counter and

[Gluster-devel] [Brick-Multiplexing] Failure to create .trashcan in all bricks per node

2017-05-02 Thread Jiffin Tony Thottan
Following bugs were reported against trash translator in a brick multiplexing enabled environment: 1447389 1447390 1447392 In all

Re: [Gluster-devel] Tests that fail with multiplexing turned on

2017-05-02 Thread Atin Mukherjee
On Tue, May 2, 2017 at 2:36 AM, Jeff Darcy wrote: > Since the vast majority of our tests run without multiplexing, I'm going > to start running regular runs of all tests with multiplexing turned on. > You can see the patch here: > > https://review.gluster.org/#/c/17145/ > >

Re: [Gluster-devel] [Gluster-users] Don't allow data loss via add-brick (was Re: Add single server)

2017-05-02 Thread Nithya Balachandran
On 2 May 2017 at 16:59, Shyam wrote: > Talur, > > Please wait for this fix before releasing 3.10.2. > > We will take in the change to either prevent add-brick in > sharded+distrbuted volumes, or throw a warning and force the use of --force > to execute this. > > IIUC, the

[Gluster-devel] Meeting minutes of todays Bug Triage

2017-05-02 Thread Niels de Vos
Minutes: https://meetbot.fedoraproject.org/gluster-meeting/2017-05-02/weely_gluster_bug_triage.2017-05-02-12.12.html Minutes (text): https://meetbot.fedoraproject.org/gluster-meeting/2017-05-02/weely_gluster_bug_triage.2017-05-02-12.12.txt Log:

Re: [Gluster-devel] DHT xlator, read and write a file during creating a new file

2017-05-02 Thread Tahereh Fattahi
Thank you very much I had test this before. I want all the client can see this counter and can update that, so I add an attribute for directory. setxattr for directory was very in-efficient (I saw a lot of lookup request to server because of setxattr) for every create file when our workload

[Gluster-devel] Coverity covscan for 2017-05-02-07cc8679 (master branch)

2017-05-02 Thread staticanalysis
GlusterFS Coverity covscan results are available from http://download.gluster.org/pub/gluster/glusterfs/static-analysis/master/glusterfs-coverity/2017-05-02-07cc8679 ___ Gluster-devel mailing list Gluster-devel@gluster.org

Re: [Gluster-devel] DHT xlator, read and write a file during creating a new file

2017-05-02 Thread Amar Tumballi
On Tue, May 2, 2017 at 5:30 PM, Tahereh Fattahi wrote: > Hi > > I want to use a file as a counter when I create a file in dht xlator. > I mean, after creating a new file, I want open a file in the same > directory with a special name, read that, update the counter and

[Gluster-devel] DHT xlator, read and write a file during creating a new file

2017-05-02 Thread Tahereh Fattahi
Hi I want to use a file as a counter when I create a file in dht xlator. I mean, after creating a new file, I want open a file in the same directory with a special name, read that, update the counter and write back. I think for this purpose I should open in dht_create_cbk, read in dht_open_cbk

Re: [Gluster-devel] [Gluster-users] Don't allow data loss via add-brick (was Re: Add single server)

2017-05-02 Thread Shyam
Talur, Please wait for this fix before releasing 3.10.2. We will take in the change to either prevent add-brick in sharded+distrbuted volumes, or throw a warning and force the use of --force to execute this. Let's get a bug going, and not wait for someone to report it in bugzilla, and also

Re: [Gluster-devel] [Gluster-Maintainers] Release 3.11: Has been Branched (and pending feature notes)

2017-05-02 Thread Pranith Kumar Karampuri
On Sun, Apr 30, 2017 at 9:01 PM, Shyam wrote: > Hi, > > Release 3.11 for gluster has been branched [1] and tagged [2]. > > We have ~4weeks to release of 3.11, and a week to backport features that > slipped the branching date (May-5th). > > A tracker BZ [3] has been opened

Re: [Gluster-devel] [Gluster-users] Don't allow data loss via add-brick (was Re: Add single server)

2017-05-02 Thread Pranith Kumar Karampuri
On Tue, May 2, 2017 at 9:16 AM, Pranith Kumar Karampuri wrote: > Yeah it is a good idea. I asked him to raise a bug and we can move forward > with it. > +Raghavendra/Nitya who can help with the fix. > > On Mon, May 1, 2017 at 9:07 PM, Joe Julian

Re: [Gluster-devel] regression in master

2017-05-02 Thread Niels de Vos
On Tue, May 02, 2017 at 11:57:16AM +0530, Atin Mukherjee wrote: > With latest HEAD, all volume set operation fails for a volume which is in > STARTED state. I've figured out that commit 83abcba has caused it, what > makes me baffled is this patch had passed all the regression. Are we > installing

Re: [Gluster-devel] Tests that fail with multiplexing turned on

2017-05-02 Thread Amar Tumballi
Thanks for this patch Jeff. Helps me to run tests with Brick multiplexing enabled. Instead of manually triggering the run for this patch, as Niels mentioned, it would be good to have a nightly run which will run with a given patch (or patches) and all regressions. Planning to take this as a part

[Gluster-devel] regression in master

2017-05-02 Thread Atin Mukherjee
With latest HEAD, all volume set operation fails for a volume which is in STARTED state. I've figured out that commit 83abcba has caused it, what makes me baffled is this patch had passed all the regression. Are we installing nfs so files in slave machines which can only way to avoid these