All of lore.kernel.org
 help / color / mirror / Atom feed
* spnfs write performance issue
@ 2012-02-22 10:16 Fu Liankun
  2012-02-22 17:25 ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Fu Liankun @ 2012-02-22 10:16 UTC (permalink / raw)
  To: linux-nfs

When copy a big file(about 500MB) to nfs server using pnfs, it cost
obvious longer time as compared with NFSv3 or NFSv4 protocol.

PNFS cost about 300-550s
NFSv3 cost about 49s
NFSv4 cost about 49s

My test environment as following:

MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
ipaddr2:192.168.1.19

192.168.1.100 <-------- NFS4.1 connection --------->192.168.1.101
192.168.0.100 <-------- NFS4.1 connection --------->192.168.0.102
192.168.0.19  <-------- NFS4.1 connection --------->192.168.0.100

Dunring the write process, the client output the message:
FS-Cache: Loaded
FS-Cache: Netfs 'nfs' registered for caching
nfs4filelayout_init: NFSv4 File Layout Driver Registering...
nfs: server 192.168.1.101 not responding, timed out

The message "nfs: server 192.168.1.101 not responding, timed out" was
output during the COMMIT request.

Who can tell me the reason why pnfs cost so long time.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-22 10:16 spnfs write performance issue Fu Liankun
@ 2012-02-22 17:25 ` J. Bruce Fields
  2012-02-27  6:27   ` Fu Liankun
  0 siblings, 1 reply; 10+ messages in thread
From: J. Bruce Fields @ 2012-02-22 17:25 UTC (permalink / raw)
  To: Fu Liankun; +Cc: linux-nfs

On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
> When copy a big file(about 500MB) to nfs server using pnfs, it cost
> obvious longer time as compared with NFSv3 or NFSv4 protocol.
> 
> PNFS cost about 300-550s
> NFSv3 cost about 49s
> NFSv4 cost about 49s
> 
> My test environment as following:
> 
> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,

What kind of server are you using?

--b.

> ipaddr2:192.168.1.19
> 
> 192.168.1.100 <-------- NFS4.1 connection --------->192.168.1.101
> 192.168.0.100 <-------- NFS4.1 connection --------->192.168.0.102
> 192.168.0.19  <-------- NFS4.1 connection --------->192.168.0.100
> 
> Dunring the write process, the client output the message:
> FS-Cache: Loaded
> FS-Cache: Netfs 'nfs' registered for caching
> nfs4filelayout_init: NFSv4 File Layout Driver Registering...
> nfs: server 192.168.1.101 not responding, timed out
> 
> The message "nfs: server 192.168.1.101 not responding, timed out" was
> output during the COMMIT request.
> 
> Who can tell me the reason why pnfs cost so long time.
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-22 17:25 ` J. Bruce Fields
@ 2012-02-27  6:27   ` Fu Liankun
  2012-02-27 12:01     ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Fu Liankun @ 2012-02-27  6:27 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

J. Bruce Fields 写道:
> On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
>> When copy a big file(about 500MB) to nfs server using pnfs, it cost
>> obvious longer time as compared with NFSv3 or NFSv4 protocol.
>>
>> PNFS cost about 300-550s
>> NFSv3 cost about 49s
>> NFSv4 cost about 49s
>>
>> My test environment as following:
>>
>> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
>> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
>> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
>> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
> 
> What kind of server are you using?

Sorry for late response.

Fedora14 + 3.1.0-rc8-pnfs

--b

> 
> --b.
> 
>> ipaddr2:192.168.1.19
>>
>> 192.168.1.100 <-------- NFS4.1 connection --------->192.168.1.101
>> 192.168.0.100 <-------- NFS4.1 connection --------->192.168.0.102
>> 192.168.0.19  <-------- NFS4.1 connection --------->192.168.0.100
>>
>> Dunring the write process, the client output the message:
>> FS-Cache: Loaded
>> FS-Cache: Netfs 'nfs' registered for caching
>> nfs4filelayout_init: NFSv4 File Layout Driver Registering...
>> nfs: server 192.168.1.101 not responding, timed out
>>
>> The message "nfs: server 192.168.1.101 not responding, timed out" was
>> output during the COMMIT request.
>>
>> Who can tell me the reason why pnfs cost so long time.
>>
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-27  6:27   ` Fu Liankun
@ 2012-02-27 12:01     ` J. Bruce Fields
  2012-02-28  1:32       ` Fu Liankun
  0 siblings, 1 reply; 10+ messages in thread
From: J. Bruce Fields @ 2012-02-27 12:01 UTC (permalink / raw)
  To: Fu Liankun; +Cc: linux-nfs

On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
> J. Bruce Fields 写道:
> >On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
> >>When copy a big file(about 500MB) to nfs server using pnfs, it cost
> >>obvious longer time as compared with NFSv3 or NFSv4 protocol.
> >>
> >>PNFS cost about 300-550s
> >>NFSv3 cost about 49s
> >>NFSv4 cost about 49s
> >>
> >>My test environment as following:
> >>
> >>MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
> >>DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
> >>DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
> >>client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
> >
> >What kind of server are you using?
> 
> Sorry for late response.
> 
> Fedora14 + 3.1.0-rc8-pnfs

And you're exporting gfs2?

--b.

> 
> --b
> 
> >
> >--b.
> >
> >>ipaddr2:192.168.1.19
> >>
> >>192.168.1.100 <-------- NFS4.1 connection --------->192.168.1.101
> >>192.168.0.100 <-------- NFS4.1 connection --------->192.168.0.102
> >>192.168.0.19  <-------- NFS4.1 connection --------->192.168.0.100
> >>
> >>Dunring the write process, the client output the message:
> >>FS-Cache: Loaded
> >>FS-Cache: Netfs 'nfs' registered for caching
> >>nfs4filelayout_init: NFSv4 File Layout Driver Registering...
> >>nfs: server 192.168.1.101 not responding, timed out
> >>
> >>The message "nfs: server 192.168.1.101 not responding, timed out" was
> >>output during the COMMIT request.
> >>
> >>Who can tell me the reason why pnfs cost so long time.
> >>
> >>
> >>
> >>--
> >>To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> >>the body of a message to majordomo@vger.kernel.org
> >>More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >--
> >To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-27 12:01     ` J. Bruce Fields
@ 2012-02-28  1:32       ` Fu Liankun
  2012-02-28  1:46         ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Fu Liankun @ 2012-02-28  1:32 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

J. Bruce Fields 写道:
> On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
>> J. Bruce Fields 写道:
>>> On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
>>>> When copy a big file(about 500MB) to nfs server using pnfs, it cost
>>>> obvious longer time as compared with NFSv3 or NFSv4 protocol.
>>>>
>>>> PNFS cost about 300-550s
>>>> NFSv3 cost about 49s
>>>> NFSv4 cost about 49s
>>>>
>>>> My test environment as following:
>>>>
>>>> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
>>>> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
>>>> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
>>>> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
>>> What kind of server are you using?
>> Sorry for late response.
>>
>> Fedora14 + 3.1.0-rc8-pnfs
> 
> And you're exporting gfs2?

No. I'm exporting ext4.
Does the file system type would influence the result?

--b

> 
> --b.
> 
>> --b
>>
>>> --b.
>>>
>>>> ipaddr2:192.168.1.19
>>>>
>>>> 192.168.1.100 <-------- NFS4.1 connection --------->192.168.1.101
>>>> 192.168.0.100 <-------- NFS4.1 connection --------->192.168.0.102
>>>> 192.168.0.19  <-------- NFS4.1 connection --------->192.168.0.100
>>>>
>>>> Dunring the write process, the client output the message:
>>>> FS-Cache: Loaded
>>>> FS-Cache: Netfs 'nfs' registered for caching
>>>> nfs4filelayout_init: NFSv4 File Layout Driver Registering...
>>>> nfs: server 192.168.1.101 not responding, timed out
>>>>
>>>> The message "nfs: server 192.168.1.101 not responding, timed out" was
>>>> output during the COMMIT request.
>>>>
>>>> Who can tell me the reason why pnfs cost so long time.
>>>>
>>>>
>>>>
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


-- 
----
Best wishes
Fu Liankun


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-28  1:32       ` Fu Liankun
@ 2012-02-28  1:46         ` J. Bruce Fields
  2012-02-28  1:48           ` Fu Liankun
  0 siblings, 1 reply; 10+ messages in thread
From: J. Bruce Fields @ 2012-02-28  1:46 UTC (permalink / raw)
  To: Fu Liankun; +Cc: linux-nfs

On Tue, Feb 28, 2012 at 09:32:26AM +0800, Fu Liankun wrote:
> J. Bruce Fields 写道:
> >On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
> >>J. Bruce Fields 写道:
> >>>On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
> >>>>When copy a big file(about 500MB) to nfs server using pnfs, it cost
> >>>>obvious longer time as compared with NFSv3 or NFSv4 protocol.
> >>>>
> >>>>PNFS cost about 300-550s
> >>>>NFSv3 cost about 49s
> >>>>NFSv4 cost about 49s
> >>>>
> >>>>My test environment as following:
> >>>>
> >>>>MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
> >>>>DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
> >>>>DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
> >>>>client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
> >>>What kind of server are you using?
> >>Sorry for late response.
> >>
> >>Fedora14 + 3.1.0-rc8-pnfs
> >
> >And you're exporting gfs2?
> 
> No. I'm exporting ext4.
> Does the file system type would influence the result?

So you're using local-pnfs?  Or spnfs?  What setup instructions did you
follow?

--b.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-28  1:46         ` J. Bruce Fields
@ 2012-02-28  1:48           ` Fu Liankun
  2012-02-28  1:53             ` J. Bruce Fields
  0 siblings, 1 reply; 10+ messages in thread
From: Fu Liankun @ 2012-02-28  1:48 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

J. Bruce Fields 写道:
> On Tue, Feb 28, 2012 at 09:32:26AM +0800, Fu Liankun wrote:
>> J. Bruce Fields 写道:
>>> On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
>>>> J. Bruce Fields 写道:
>>>>> On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
>>>>>> When copy a big file(about 500MB) to nfs server using pnfs, it cost
>>>>>> obvious longer time as compared with NFSv3 or NFSv4 protocol.
>>>>>>
>>>>>> PNFS cost about 300-550s
>>>>>> NFSv3 cost about 49s
>>>>>> NFSv4 cost about 49s
>>>>>>
>>>>>> My test environment as following:
>>>>>>
>>>>>> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
>>>>>> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
>>>>>> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
>>>>>> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
>>>>> What kind of server are you using?
>>>> Sorry for late response.
>>>>
>>>> Fedora14 + 3.1.0-rc8-pnfs
>>> And you're exporting gfs2?
>> No. I'm exporting ext4.
>> Does the file system type would influence the result?
> 
> So you're using local-pnfs?  Or spnfs?  What setup instructions did you
> follow?

I'm using spnfs.

--b

> 
> --b.
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-28  1:48           ` Fu Liankun
@ 2012-02-28  1:53             ` J. Bruce Fields
  2012-02-28  2:14               ` Fu Liankun
  2012-02-28  9:27               ` Benny Halevy
  0 siblings, 2 replies; 10+ messages in thread
From: J. Bruce Fields @ 2012-02-28  1:53 UTC (permalink / raw)
  To: Fu Liankun; +Cc: linux-nfs

On Tue, Feb 28, 2012 at 09:48:18AM +0800, Fu Liankun wrote:
> J. Bruce Fields 写道:
> >On Tue, Feb 28, 2012 at 09:32:26AM +0800, Fu Liankun wrote:
> >>J. Bruce Fields 写道:
> >>>On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
> >>>>J. Bruce Fields 写道:
> >>>>>On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
> >>>>>>When copy a big file(about 500MB) to nfs server using pnfs, it cost
> >>>>>>obvious longer time as compared with NFSv3 or NFSv4 protocol.
> >>>>>>
> >>>>>>PNFS cost about 300-550s
> >>>>>>NFSv3 cost about 49s
> >>>>>>NFSv4 cost about 49s
> >>>>>>
> >>>>>>My test environment as following:
> >>>>>>
> >>>>>>MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
> >>>>>>DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
> >>>>>>DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
> >>>>>>client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
> >>>>>What kind of server are you using?
> >>>>Sorry for late response.
> >>>>
> >>>>Fedora14 + 3.1.0-rc8-pnfs
> >>>And you're exporting gfs2?
> >>No. I'm exporting ext4.
> >>Does the file system type would influence the result?
> >
> >So you're using local-pnfs?  Or spnfs?  What setup instructions did you
> >follow?
> 
> I'm using spnfs.

OK, got it.

I'm not sure if anyone here can talk about the performance of spnfs.
It's not really maintained as far as I know.

So, you're the expert.

--b.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-28  1:53             ` J. Bruce Fields
@ 2012-02-28  2:14               ` Fu Liankun
  2012-02-28  9:27               ` Benny Halevy
  1 sibling, 0 replies; 10+ messages in thread
From: Fu Liankun @ 2012-02-28  2:14 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

J. Bruce Fields 写道:
> On Tue, Feb 28, 2012 at 09:48:18AM +0800, Fu Liankun wrote:
>> J. Bruce Fields 写道:
>>> On Tue, Feb 28, 2012 at 09:32:26AM +0800, Fu Liankun wrote:
>>>> J. Bruce Fields 写道:
>>>>> On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
>>>>>> J. Bruce Fields 写道:
>>>>>>> On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
>>>>>>>> When copy a big file(about 500MB) to nfs server using pnfs, it cost
>>>>>>>> obvious longer time as compared with NFSv3 or NFSv4 protocol.
>>>>>>>>
>>>>>>>> PNFS cost about 300-550s
>>>>>>>> NFSv3 cost about 49s
>>>>>>>> NFSv4 cost about 49s
>>>>>>>>
>>>>>>>> My test environment as following:
>>>>>>>>
>>>>>>>> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
>>>>>>>> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
>>>>>>>> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
>>>>>>>> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
>>>>>>> What kind of server are you using?
>>>>>> Sorry for late response.
>>>>>>
>>>>>> Fedora14 + 3.1.0-rc8-pnfs
>>>>> And you're exporting gfs2?
>>>> No. I'm exporting ext4.
>>>> Does the file system type would influence the result?
>>> So you're using local-pnfs?  Or spnfs?  What setup instructions did you
>>> follow?
>> I'm using spnfs.
> 
> OK, got it.
> 
> I'm not sure if anyone here can talk about the performance of spnfs.
> It's not really maintained as far as I know.
>

Got it.
I will keep on investigating the issue.

--b


> So, you're the expert.
> 





-- 
----
Best wishes
Fu Liankun


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: spnfs write performance issue
  2012-02-28  1:53             ` J. Bruce Fields
  2012-02-28  2:14               ` Fu Liankun
@ 2012-02-28  9:27               ` Benny Halevy
  1 sibling, 0 replies; 10+ messages in thread
From: Benny Halevy @ 2012-02-28  9:27 UTC (permalink / raw)
  To: J. Bruce Fields, Fu Liankun; +Cc: linux-nfs

On 2012-02-28 03:53, J. Bruce Fields wrote:
> On Tue, Feb 28, 2012 at 09:48:18AM +0800, Fu Liankun wrote:
>> J. Bruce Fields 写道:
>>> On Tue, Feb 28, 2012 at 09:32:26AM +0800, Fu Liankun wrote:
>>>> J. Bruce Fields 写道:
>>>>> On Mon, Feb 27, 2012 at 02:27:24PM +0800, Fu Liankun wrote:
>>>>>> J. Bruce Fields 写道:
>>>>>>> On Wed, Feb 22, 2012 at 06:16:17PM +0800, Fu Liankun wrote:
>>>>>>>> When copy a big file(about 500MB) to nfs server using pnfs, it cost
>>>>>>>> obvious longer time as compared with NFSv3 or NFSv4 protocol.
>>>>>>>>
>>>>>>>> PNFS cost about 300-550s
>>>>>>>> NFSv3 cost about 49s
>>>>>>>> NFSv4 cost about 49s
>>>>>>>>
>>>>>>>> My test environment as following:
>>>>>>>>
>>>>>>>> MDS: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.100, ipaddr2:192.168.1.100
>>>>>>>> DS1: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.101, ipaddr2:192.168.1.101
>>>>>>>> DS2: 3.1.0-rc8-pnfs   ipaddr1: 192.168.0.102, ipaddr2:192.168.1.102
>>>>>>>> client: RHEL6.2GA(2.6.32-220.el6.i686)    ipaddr1: 192.168.0.19,
>>>>>>> What kind of server are you using?
>>>>>> Sorry for late response.
>>>>>>
>>>>>> Fedora14 + 3.1.0-rc8-pnfs
>>>>> And you're exporting gfs2?
>>>> No. I'm exporting ext4.
>>>> Does the file system type would influence the result?
>>>
>>> So you're using local-pnfs?  Or spnfs?  What setup instructions did you
>>> follow?
>>
>> I'm using spnfs.
> 
> OK, got it.
> 
> I'm not sure if anyone here can talk about the performance of spnfs.
> It's not really maintained as far as I know.

True.  spnfs is unsupported and not maintained by anybody.
Sorry.

Benny

> 
> So, you're the expert.
> 
> --b.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-28  9:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 10:16 spnfs write performance issue Fu Liankun
2012-02-22 17:25 ` J. Bruce Fields
2012-02-27  6:27   ` Fu Liankun
2012-02-27 12:01     ` J. Bruce Fields
2012-02-28  1:32       ` Fu Liankun
2012-02-28  1:46         ` J. Bruce Fields
2012-02-28  1:48           ` Fu Liankun
2012-02-28  1:53             ` J. Bruce Fields
2012-02-28  2:14               ` Fu Liankun
2012-02-28  9:27               ` Benny Halevy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.