Re: [Gluster-devel] Query regards to heal xattr heal in dht

2016-09-07 Thread Mohit Agrawal
Hi All, I have one another solution to heal user xattr but before implement it i would like to discuss with you. Can i call function (dht_dir_xattr_heal internally it is calling syncop_setxattr) to heal xattr in dht_getxattr_cbk in last after make sure we have a valid xattr. In functi

Re: [Gluster-devel] [gluster-devel] Documentation Tooling Review

2016-09-07 Thread Amye Scavarda
On Tue, Aug 23, 2016 at 4:42 PM, Joe Julian wrote: > > > On 08/23/2016 12:27 PM, Justin Clift wrote: > >> On 11 Aug 2016, at 21:23, Amye Scavarda wrote: >> >>> The Red Hat Gluster Storage documentation team and I had a conversation >>> about how we can our upstream documentation more consistent

Re: [Gluster-devel] Query regards to heal xattr heal in dht

2016-09-07 Thread Pranith Kumar Karampuri
On Wed, Sep 7, 2016 at 9:46 PM, Mohit Agrawal wrote: > Hi Pranith, > > > In current approach i am getting list of xattr from first up volume and > update the user attributes from that xattr to > all other volumes. > > I have assumed first up subvol is source and rest of them are sink as we > are

Re: [Gluster-devel] Checklist for gfapi for upstream release

2016-09-07 Thread Pranith Kumar Karampuri
On Wed, Sep 7, 2016 at 8:55 PM, Niels de Vos wrote: > On Tue, Sep 06, 2016 at 10:32:58PM +0530, Pranith Kumar Karampuri wrote: > > On Mon, Sep 5, 2016 at 8:54 PM, Niels de Vos wrote: > > > > > On Sat, Sep 03, 2016 at 12:10:41AM +0530, Pranith Kumar Karampuri > wrote: > > > > hi, > > > >

Re: [Gluster-devel] Query regards to heal xattr heal in dht

2016-09-07 Thread Mohit Agrawal
Hi Pranith, In current approach i am getting list of xattr from first up volume and update the user attributes from that xattr to all other volumes. I have assumed first up subvol is source and rest of them are sink as we are doing same in dht_dir_attr_heal. Regards Mohit Agrawal On Wed, Sep 7

Re: [Gluster-devel] Query regards to heal xattr heal in dht

2016-09-07 Thread Pranith Kumar Karampuri
hi Mohit, How does dht find which subvolume has the correct list of xattrs? i.e. how does it determine which subvolume is source and which is sink? On Wed, Sep 7, 2016 at 2:35 PM, Mohit Agrawal wrote: > Hi, > > I am trying to find out solution of one problem in dht specific to user > xa

Re: [Gluster-devel] Checklist for gfapi for upstream release

2016-09-07 Thread Niels de Vos
On Tue, Sep 06, 2016 at 10:32:58PM +0530, Pranith Kumar Karampuri wrote: > On Mon, Sep 5, 2016 at 8:54 PM, Niels de Vos wrote: > > > On Sat, Sep 03, 2016 at 12:10:41AM +0530, Pranith Kumar Karampuri wrote: > > > hi, > > > I think most of this testing will be covered in nfsv4, smb > > test

[Gluster-devel] Review request for EC - set/unset dirty flag for data/metadata update

2016-09-07 Thread Ashish Pandey
Hi, Please review the following patch for EC- http://review.gluster.org/#/c/13733/ Ashish ___ Gluster-devel mailing list Gluster-devel@gluster.org http://www.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] Checklist for glusterd component for upstream release

2016-09-07 Thread Kaushal M
I've begun a new pad to capture everything glusterd related, as it would take up a lot of space on its own. Please refer https://public.pad.fsfe.org/p/glusterd-release-checklist for the list. I'm still updating this pad. ~kaushal On Sat, Sep 3, 2016 at 8:32 AM, Atin Mukherjee wrote: > We will p

[Gluster-devel] Log of bug traige

2016-09-07 Thread Ankit Raj
Hello, Here are the log of yesterday Gluster Community Bug Triage Meeting. Minutes: https://meetbot.fedoraproject.org/gluster-meeting/2016-09-06/gluster_community_bug_triage_meeting.2016-09-06-12.00.html Minutes (text): https://meetbot.fedoraproject.org/gluster-meeting/2016-09-06/gluster_communit

[Gluster-devel] Query regards to heal xattr heal in dht

2016-09-07 Thread Mohit Agrawal
Hi, I am trying to find out solution of one problem in dht specific to user xattr healing. I tried to correct it in a same way as we are doing for healing dir attribute but i feel it is not best solution. To find a right way to heal xattr i want to discuss with you if anyone does have bette