Re: [Gluster-devel] [Qusetions] How profile affect glusterfs performance?

2017-06-05 Thread Xie Changlong
在 6/5/2017 6:30 PM, Pranith Kumar Karampuri 写道: I meant what are you using gluster for? VM workload or image/video file creation or lots of small files etc etc. 1) We use glusterfs for general purpose, no limit to image/video file creation or small files etc. 2) We just want a low performance

Re: [Gluster-devel] Adding one variable to inode structure

2017-06-05 Thread Tahereh Fattahi
Thank you very much But if it was like trusted.glusterfs.dht or trusted.glusterfs.qouta it was more better. On Mon, Jun 5, 2017 at 2:58 PM, Pranith Kumar Karampuri wrote: > > > On Mon, Jun 5, 2017 at 12:40 PM, Tahereh Fattahi > wrote: > >> yes you

Re: [Gluster-devel] [Gluster-users] [Gluster-Maintainers] Backport for "Add back socket for polling of events immediately..."

2017-06-05 Thread Shyam
On 05/30/2017 08:44 PM, Zhang Huan wrote: * Are there any existing users who need this enhancement? https://bugzilla.redhat.com/show_bug.cgi?id=1358606#c27 Though not sure what branch Zhang Huan is on. @Zhang your inputs are needed here. We are currently on 3.8. Thus the performance number is

[Gluster-devel] Coverity covscan for 2017-06-05-a9d3d043 (master branch)

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

Re: [Gluster-devel] [Gluster-users] Release 3.12: Scope and calendar!

2017-06-05 Thread Sonal Arora
On Thu, Jun 1, 2017 at 10:47 PM, Shyam wrote: > Hi, > > Here are some top reminders for the 3.12 release: > > 1) When 3.12 is released 3.8 will be EOL'd, hence users are encouraged to > prepare for the same as per the calendar posted here. > > 2) 3.12 is a long term

Re: [Gluster-devel] [Gluster-users] Release 3.12: Scope and calendar!

2017-06-05 Thread Ankit Raj
On Mon, Jun 5, 2017 at 3:30 PM, Jiffin Tony Thottan wrote: > > > On 01/06/17 22:47, Shyam wrote: > >> Hi, >> >> Here are some top reminders for the 3.12 release: >> >> 1) When 3.12 is released 3.8 will be EOL'd, hence users are encouraged to >> prepare for the same as per

Re: [Gluster-devel] [Qusetions] How profile affect glusterfs performance?

2017-06-05 Thread Pranith Kumar Karampuri
On Mon, Jun 5, 2017 at 12:40 PM, Xie Changlong wrote: > 在 6/5/2017 2:34 PM, Pranith Kumar Karampuri 写道: > >> What is your usecase if I may ask? >> >> > Only fio/iozone now, maybe you can give me better test sugguestion :) > I meant what are you using gluster for? VM

Re: [Gluster-devel] Adding one variable to inode structure

2017-06-05 Thread Pranith Kumar Karampuri
On Mon, Jun 5, 2017 at 12:40 PM, Tahereh Fattahi wrote: > yes you are correct. > I thought that for creating a video file i first should do a getfattr, if > it was not set then I should do a setxattr. > So it would be have bad performance to do a getfattr after every

Re: [Gluster-devel] [Gluster-users] Release 3.12: Scope and calendar!

2017-06-05 Thread Jiffin Tony Thottan
On 01/06/17 22:47, Shyam wrote: Hi, Here are some top reminders for the 3.12 release: 1) When 3.12 is released 3.8 will be EOL'd, hence users are encouraged to prepare for the same as per the calendar posted here. 2) 3.12 is a long term maintenance (LTM) release, and potentially the last

Re: [Gluster-devel] [Qusetions] How profile affect glusterfs performance?

2017-06-05 Thread Xie Changlong
在 6/5/2017 3:10 PM, Xie Changlong 写道: 在 6/5/2017 2:34 PM, Pranith Kumar Karampuri 写道: What is your usecase if I may ask? Only fio/iozone now, maybe you can give me better test sugguestion :) seq read # dd if=/dev/zero of=test bs=4k count=524288 #fio --filename=test -iodepth=64

Re: [Gluster-devel] [Qusetions] How profile affect glusterfs performance?

2017-06-05 Thread Xie Changlong
在 6/5/2017 2:34 PM, Pranith Kumar Karampuri 写道: What is your usecase if I may ask? Only fio/iozone now, maybe you can give me better test sugguestion :) seq read # dd if=/dev/zero of=test bs=4k count=524288 #fio --filename=test -iodepth=64 -ioengine=libaio --direct=1 --rw=read --bs=1m

Re: [Gluster-devel] Adding one variable to inode structure

2017-06-05 Thread Pranith Kumar Karampuri
Oh you want applications to do getfattr to find that it is there? I think I understood what you are looking for now. So basically applications will keep doing creation of some files/directories, whenever a video file is created you want the bricks to set an extended attribute on the directory, so

Re: [Gluster-devel] Adding one variable to inode structure

2017-06-05 Thread Tahereh Fattahi
I want in in mount directory in client side On Mon, Jun 5, 2017 at 11:07 AM, Pranith Kumar Karampuri < pkara...@redhat.com> wrote: > > > On Mon, Jun 5, 2017 at 11:24 AM, Tahereh Fattahi > wrote: > >> Thank you >> I see that this xlator is loaded in server side. >> How can

Re: [Gluster-devel] Adding one variable to inode structure

2017-06-05 Thread Pranith Kumar Karampuri
On Mon, Jun 5, 2017 at 11:24 AM, Tahereh Fattahi wrote: > Thank you > I see that this xlator is loaded in server side. > How can I access to variable in index xlator in client side? > is it correct? getfattr trusted.index.myvar > To which xlator do you want this

Re: [Gluster-devel] [Qusetions] How profile affect glusterfs performance?

2017-06-05 Thread Pranith Kumar Karampuri
What is your usecase if I may ask? On Mon, Jun 5, 2017 at 11:08 AM, Xie Changlong wrote: > 在 6/5/2017 1:22 PM, Pranith Kumar Karampuri 写道: > >> On Mon, Jun 5, 2017 at 8:29 AM, Xie Changlong >> wrote: >> >> 在 6/5/2017 10:50 AM, Pranith Kumar