Re: [Gluster-devel] Testcase broken due to posix iatt commit

2016-03-28 Thread Vijaikumar Mallikarjuna
> Regards, > Raghavendra > On Mar 28, 2016 11:02 AM, "Vijaikumar Mallikarjuna" <vmall...@redhat.com> > wrote: > >> Hi Du/Johny, >> >> Don't we get a lookup on root inode? Please confirm. >> >> If we don't get lookup on root inode, then we n

Re: [Gluster-devel] Testcase broken due to posix iatt commit

2016-03-28 Thread Vijaikumar Mallikarjuna
Hi Du/Johny, Don't we get a lookup on root inode? Please confirm. If we don't get lookup on root inode, then we need to create inode-ctx in a posix_acl_ctx_get() function. Thanks, Vijay On 28-Mar-2016 7:37 PM, "FNU Raghavendra Manjunath" wrote: > CCing Vijay Kumar who made

Re: [Gluster-devel] Regression: ./tests/basic/quota.t fails

2016-03-08 Thread Vijaikumar Mallikarjuna
Test number 82 is a umount operation on NFS mount, not sure why umount failed. EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $N0 Thanks, Vijay On Wed, Mar 9, 2016 at 12:14 PM, Poornima Gurusiddaiah wrote: > Hi, > > I see the below test failing for an unrelated patch:

Re: [Gluster-devel] Spurious failures in ec/quota.t and distribute/bug-860663.t

2016-03-01 Thread Vijaikumar Mallikarjuna
Hi Poornima, Below patch might solve the regression failure for ''./tests/basic/ec/quota.t' http://review.gluster.org/#/c/13446/ http://review.gluster.org/#/c/13447/ Thanks, Vijay On Tue, Mar 1, 2016 at 4:49 PM, Poornima Gurusiddaiah wrote: > Hi, > > I see these test

Re: [Gluster-devel] tests/basic/ec/quota.t failure

2016-02-23 Thread Vijaikumar Mallikarjuna
We will look into the issue. Thanks, Vijay On Feb 24, 2016 10:39 AM, "Atin Mukherjee" wrote: > The above test failed in one of the regression run [1]. Mind having a > look? I've filed a bug [2] for the same. > > [1] > >

Re: [Gluster-devel] [Gluster-users] Quota list not reflecting disk usage

2016-02-11 Thread Vijaikumar Mallikarjuna
d the marker > approach. Also > > as I have mentioned already we have also done Versioning of xattr's > which solves the > > issue you are facing in 3.7. It would be really helpful in a production > environment if > > you could upgrade to 3.7 > > > > -- > > Thanks &

Re: [Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t

2016-01-10 Thread Vijaikumar Mallikarjuna
All quota test-cases uses 'tests/basic/quota.c' to write data Does sync flags have any impact? File:tests/basic/quota.c 30 int 31 file_write (char *filename, int bs, int count) 32 { *46 fd = open (filename, O_RDWR|O_CREAT|O_SYNC, 0600);* 47 while (i < count) { 48

Re: [Gluster-devel] Quota-2

2015-12-20 Thread Vijaikumar Mallikarjuna
On Fri, Dec 18, 2015 at 8:28 PM, Shyam <srang...@redhat.com> wrote: > > > On 12/18/2015 04:00 AM, Vijaikumar Mallikarjuna wrote: > >> Hi All, >> >> Here is the summary of discussion we had today on Quota-v2 >> >> Project, user and group quotas wi

[Gluster-devel] Quota-2

2015-12-18 Thread Vijaikumar Mallikarjuna
Hi All, Here is the summary of discussion we had today on Quota-v2 Project, user and group quotas will use the same logic of accounting the usage Quota-v2 should be compatible with both DHT-v1 and DHT-v2 Project quotas will use gfid of the given path as the project-id. each inode will have

Re: [Gluster-devel] Another peer probe problem after quota enable

2015-12-03 Thread Vijaikumar Mallikarjuna
once again for answers. > > Sungsik, Park. > > > > -- > > Sung Sik, Park [박성식, 朴宬植] > > Email: mulg...@gmail.com <syp...@wisetodd.com> > > KR: +82 10-4518-2647 > > > -----

Re: [Gluster-devel] Another peer probe problem after quota enable

2015-12-02 Thread Vijaikumar Mallikarjuna
Hi Sung Sik Park, Please find my comments inline. On Thu, Dec 3, 2015 at 7:19 AM, 박성식 wrote: > Hi all > > Gluster-3.7.6 in 'Peer Rejected' problem occurs in the following test > case.(it doesn't occur if don't enable the volume quota) > > The problem is caused from the

Re: [Gluster-devel] Object Quotas

2015-11-25 Thread Vijaikumar Mallikarjuna
On Thu, Nov 26, 2015 at 10:25 AM, Prashanth Pai wrote: > > > We have sent an upstream patch[1] that enhances the list command by > showing > > used space in case of 'gluster v quota list ' and shows > > 'dir_count,file_count' with gluster v quota list-objects > ' > > command

[Gluster-devel] Object Quotas

2015-11-23 Thread Vijaikumar Mallikarjuna
Hi All, We have implemented a new feature 'Object quotas' in glusterfs-3.7, this feature is same like 'Usage quota' and accounts on the numbers of inodes. The mechanism is to store count of objects (inodes: files/directories) as part of an extended attribute of a directory (same extended

Re: [Gluster-devel] Object Quotas

2015-11-23 Thread Vijaikumar Mallikarjuna
Hi Prashanth, Thank you for the feedback, please find my comments inline. On Tue, Nov 24, 2015 at 10:23 AM, Prashanth Pai wrote: > It would be good to expose the object count (dir and file separate) to > client via a virtual xattr. I have a use-case to know the number of files

Re: [Gluster-devel] Need advice re some major issues with glusterfind

2015-10-22 Thread Vijaikumar Mallikarjuna
On Thu, Oct 22, 2015 at 8:41 AM, Sincock, John [FLCPTY] <j.sinc...@fugro.com > wrote: > Pls see below > > > > *From:* Vijaikumar Mallikarjuna [mailto:vmall...@redhat.com] > *Sent:* Wednesday, 21 October 2015 6:37 PM > *To:* Sincock, John [FLCPTY] > *Cc:* gluster-dev

Re: [Gluster-devel] Need advice re some major issues with glusterfind

2015-10-22 Thread Vijaikumar Mallikarjuna
Hi Kotresh/Venky, Could you please provide your inputs on the change-log issues mentioned below? Thanks, Vijay On Fri, Oct 23, 2015 at 9:54 AM, Sincock, John [FLCPTY] wrote: > > Hi Vijay, pls see below again (I'm wondering if top-posting would be > easier, that's

Re: [Gluster-devel] Need advice re some major issues with glusterfind

2015-10-21 Thread Vijaikumar Mallikarjuna
On Wed, Oct 21, 2015 at 5:53 AM, Sincock, John [FLCPTY] wrote: > Hi Everybody, > > We have recently upgraded our 220 TB gluster to 3.7.4, and we've been > trying to use the new glusterfind feature but have been having some serious > problems with it. Overall the glusterfind

[Gluster-devel] [release-3.7] seeing multiple crashes with 3.7 linux regression

2015-10-07 Thread Vijaikumar Mallikarjuna
*https://build.gluster.org/job/rackspace-regression-2GB-triggered/14753/consoleFull * #gdb -ex 'set sysroot ./' -ex 'core-file ./build/install/cores/core.7122' /build/install/sbin/glusterfsd Program terminated