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

2017-05-03 Thread Sanoj Unnikrishnan
Do you have quota enabled ? If you did may be the crawl has not happened yet on the directory (can take a while on a deep hierarchy), On Wed, May 3, 2017 at 9:57 PM, Tahereh Fattahi wrote: > Hi > > I test getfattr -d -m. -e hex ' but i get different result: > getfattr:

[Gluster-devel] Detail of directory divided by briks in client side

2017-05-03 Thread Tahereh Fattahi
Hi Is it possible to know the file count and directory count of one directory divided by bricks in client side? Is there any feature or idea to be implemented? ___ 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-03 Thread Tahereh Fattahi
Hi I test getfattr -d -m. -e hex ' but i get different result: getfattr: Removing leading '/' from absolute path names # file: data/brick1/gv2/c trusted.gfid=0xae8c02978686440dac3754880dde5b93 trusted.glusterfs.dht=0x0001 maybe it is better to create a new

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

2017-05-03 Thread Mahdi Adnan
I first encountered this bug about a year ago, and lost more than 100 VM. Sharding is essential to VM datastores and i think Gluster is't that useful without this feature for VMs. I appreciate all the hard work that the developers putting on this bug, but i think a warning in CLI or something

[Gluster-devel] Coverity covscan for 2017-05-03-6484558c (master branch)

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

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

2017-05-03 Thread Gandalf Corvotempesta
2017-05-03 14:22 GMT+02:00 Atin Mukherjee : > Fix is up @ https://review.gluster.org/#/c/17160/ . The only thing which > we'd need to decide (and are debating on) is that should we bypass this > validation with rebalance start force or not. What do others think? This is a

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

2017-05-03 Thread Atin Mukherjee
On Wed, May 3, 2017 at 3:41 PM, Raghavendra Talur wrote: > On Tue, May 2, 2017 at 8:46 PM, Nithya Balachandran > wrote: > > > > > > On 2 May 2017 at 16:59, Shyam wrote: > >> > >> Talur, > >> > >> Please wait for this fix before

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

2017-05-03 Thread Tahereh Fattahi
Yes, it is ok Is it possible to see this attribute in client side? In which xlator? On Wed, May 3, 2017 at 2:58 PM, Sanoj Unnikrishnan wrote: > I am not sure, if i got your requirement correctly. > If you need to have the file count and directory count of each brick >

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

2017-05-03 Thread Sanoj Unnikrishnan
I am not sure, if i got your requirement correctly. If you need to have the file count and directory count of each brick individually (without aggregation), you could get that by a getxattr of trusted.glusterfs.quota.size on the brick. The size xattr value can be interpreted as follows: getfattr

Re: [Gluster-devel] Release 3.10.2: Scheduled for the 30th of April

2017-05-03 Thread Raghavendra Talur
I had previously announced that we would be releasing 3.10.2 today. This is to update the 3.10.2 release is now delayed. We are waiting for a bug[1] to be fixed. If you are waiting for 3.10.2 release for a particular bug fix, please let us know. I will update with expected release date by

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

2017-05-03 Thread Raghavendra Talur
On Tue, May 2, 2017 at 8:46 PM, Nithya Balachandran wrote: > > > 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 >>

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

2017-05-03 Thread Kaushal M
On Tue, May 2, 2017 at 3:55 PM, Pranith Kumar Karampuri wrote: > > > 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

[Gluster-devel] Enabling shard on EC

2017-05-03 Thread Ankireddypalle Reddy
Hi, Are there any known negatives of enabling shard on EC. Is this a recommended configuration?. Thanks and Regards, Ram ***Legal Disclaimer*** "This communication may contain confidential and privileged material for the sole use of the

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

2017-05-03 Thread Tahereh Fattahi
Thank you I need this information divided to bricks. On Tue, May 2, 2017 at 11:07 PM, Vijay Bellur wrote: > > > 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