* mount - Fedora13 - Nfsv4.1 mode
@ 2010-06-30 21:15 Sandeep Joshi
2010-07-01 14:19 ` Benny Halevy
0 siblings, 1 reply; 10+ messages in thread
From: Sandeep Joshi @ 2010-06-30 21:15 UTC (permalink / raw)
To: linux-nfs
I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedora 13)
If I try to mount the same directory twice from client. I see two exchange id's
being sent to server. I was expecting only one exchange id.
Here are the steps that I am executing:
modprobe nfslayoutdriver
mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
Is this expected behavior?
regards,
Sandeep
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: mount - Fedora13 - Nfsv4.1 mode
2010-06-30 21:15 mount - Fedora13 - Nfsv4.1 mode Sandeep Joshi
@ 2010-07-01 14:19 ` Benny Halevy
2010-07-01 14:24 ` Sandeep Joshi
0 siblings, 1 reply; 10+ messages in thread
From: Benny Halevy @ 2010-07-01 14:19 UTC (permalink / raw)
To: Sandeep Joshi; +Cc: linux-nfs
What version of the kernel are you using?
I sent a patchset that fixes this:
http://marc.info/?l=linux-nfs&m=127678603202678&w=2
That's in the latest linux-pnfs tree
at tag pnfs-all-2.6.35-rc3-2010-06-21
Benny
On Jul. 01, 2010, 0:15 +0300, "Sandeep Joshi" <sjoshi@bluearc.com> wrote:
> I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedora 13)
> If I try to mount the same directory twice from client. I see two exchange id's
> being sent to server. I was expecting only one exchange id.
>
> Here are the steps that I am executing:
>
> modprobe nfslayoutdriver
> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>
> Is this expected behavior?
>
>
> regards,
>
> Sandeep
>
> --
> 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: mount - Fedora13 - Nfsv4.1 mode
2010-07-01 14:19 ` Benny Halevy
@ 2010-07-01 14:24 ` Sandeep Joshi
2010-07-01 16:24 ` Steve Dickson
0 siblings, 1 reply; 10+ messages in thread
From: Sandeep Joshi @ 2010-07-01 14:24 UTC (permalink / raw)
To: Benny Halevy; +Cc: linux-nfs
I am using fedora version from SteveD's website
2.6.33.5-112.2.2.pnfs.fc13.x86_64
I guess I have to upgrade.
regards,
Sandeep
-----Original Message-----
From: Benny Halevy [mailto:bhalevy@panasas.com]
Sent: Thu 7/1/2010 7:19 AM
To: Sandeep Joshi
Cc: linux-nfs@vger.kernel.org
Subject: Re: mount - Fedora13 - Nfsv4.1 mode
What version of the kernel are you using?
I sent a patchset that fixes this:
http://marc.info/?l=linux-nfs&m=127678603202678&w=2
That's in the latest linux-pnfs tree
at tag pnfs-all-2.6.35-rc3-2010-06-21
Benny
On Jul. 01, 2010, 0:15 +0300, "Sandeep Joshi" <sjoshi@bluearc.com> wrote:
> I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedora 13)
> If I try to mount the same directory twice from client. I see two exchange id's
> being sent to server. I was expecting only one exchange id.
>
> Here are the steps that I am executing:
>
> modprobe nfslayoutdriver
> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>
> Is this expected behavior?
>
>
> regards,
>
> Sandeep
>
> --
> 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: mount - Fedora13 - Nfsv4.1 mode
2010-07-01 14:24 ` Sandeep Joshi
@ 2010-07-01 16:24 ` Steve Dickson
2010-07-01 16:26 ` Benny Halevy
[not found] ` <4C2CC154.608-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
0 siblings, 2 replies; 10+ messages in thread
From: Steve Dickson @ 2010-07-01 16:24 UTC (permalink / raw)
To: Sandeep Joshi; +Cc: Benny Halevy, linux-nfs
On 07/01/2010 10:24 AM, Sandeep Joshi wrote:
> I am using fedora version from SteveD's website
>
> 2.6.33.5-112.2.2.pnfs.fc13.x86_64
>
> I guess I have to upgrade.
hmm... that kernel is based on the pnfs-all-2_6_35-2010-06-01
release which I guess that is a bit old...
Benny should I go ahead a update to pnfs-all-2.6.35-rc3-2010-06-21
or wait for the next release?
steved.
>
> regards,
> Sandeep
>
>
> -----Original Message-----
> From: Benny Halevy [mailto:bhalevy@panasas.com]
> Sent: Thu 7/1/2010 7:19 AM
> To: Sandeep Joshi
> Cc: linux-nfs@vger.kernel.org
> Subject: Re: mount - Fedora13 - Nfsv4.1 mode
>
> What version of the kernel are you using?
> I sent a patchset that fixes this:
> http://marc.info/?l=linux-nfs&m=127678603202678&w=2
> That's in the latest linux-pnfs tree
> at tag pnfs-all-2.6.35-rc3-2010-06-21
>
> Benny
>
> On Jul. 01, 2010, 0:15 +0300, "Sandeep Joshi" <sjoshi@bluearc.com> wrote:
>> I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedora 13)
>> If I try to mount the same directory twice from client. I see two exchange id's
>> being sent to server. I was expecting only one exchange id.
>>
>> Here are the steps that I am executing:
>>
>> modprobe nfslayoutdriver
>> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>>
>> Is this expected behavior?
>>
>>
>> regards,
>>
>> Sandeep
>>
>> --
>> 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: mount - Fedora13 - Nfsv4.1 mode
2010-07-01 16:24 ` Steve Dickson
@ 2010-07-01 16:26 ` Benny Halevy
2010-07-01 16:28 ` Steve Dickson
[not found] ` <4C2CC154.608-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
1 sibling, 1 reply; 10+ messages in thread
From: Benny Halevy @ 2010-07-01 16:26 UTC (permalink / raw)
To: Steve Dickson; +Cc: Sandeep Joshi, linux-nfs
On Jul. 01, 2010, 19:24 +0300, Steve Dickson <SteveD@redhat.com> wrote:
>
>
> On 07/01/2010 10:24 AM, Sandeep Joshi wrote:
>> I am using fedora version from SteveD's website
>>
>> 2.6.33.5-112.2.2.pnfs.fc13.x86_64
>>
>> I guess I have to upgrade.
> hmm... that kernel is based on the pnfs-all-2_6_35-2010-06-01
> release which I guess that is a bit old...
>
> Benny should I go ahead a update to pnfs-all-2.6.35-rc3-2010-06-21
> or wait for the next release?
I've just released pnfs-all-2.6.35-rc3-2010-07-01
at this very moment :)
Benny
>
> steved.
>
>>
>> regards,
>> Sandeep
>>
>>
>> -----Original Message-----
>> From: Benny Halevy [mailto:bhalevy@panasas.com]
>> Sent: Thu 7/1/2010 7:19 AM
>> To: Sandeep Joshi
>> Cc: linux-nfs@vger.kernel.org
>> Subject: Re: mount - Fedora13 - Nfsv4.1 mode
>>
>> What version of the kernel are you using?
>> I sent a patchset that fixes this:
>> http://marc.info/?l=linux-nfs&m=127678603202678&w=2
>> That's in the latest linux-pnfs tree
>> at tag pnfs-all-2.6.35-rc3-2010-06-21
>>
>> Benny
>>
>> On Jul. 01, 2010, 0:15 +0300, "Sandeep Joshi" <sjoshi@bluearc.com> wrote:
>>> I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedora 13)
>>> If I try to mount the same directory twice from client. I see two exchange id's
>>> being sent to server. I was expecting only one exchange id.
>>>
>>> Here are the steps that I am executing:
>>>
>>> modprobe nfslayoutdriver
>>> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>>> mount -t nfs4 -o minorversion=1 <serv-ip-address>:/ /mnt/<dir>
>>>
>>> Is this expected behavior?
>>>
>>>
>>> regards,
>>>
>>> Sandeep
>>>
>>> --
>>> 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: mount - Fedora13 - Nfsv4.1 mode
2010-07-01 16:26 ` Benny Halevy
@ 2010-07-01 16:28 ` Steve Dickson
2010-07-01 16:56 ` Sandeep Joshi
0 siblings, 1 reply; 10+ messages in thread
From: Steve Dickson @ 2010-07-01 16:28 UTC (permalink / raw)
To: Benny Halevy; +Cc: Sandeep Joshi, linux-nfs
On 07/01/2010 12:26 PM, Benny Halevy wrote:
> On Jul. 01, 2010, 19:24 +0300, Steve Dickson <SteveD@redhat.com> wrote:
>>
>>
>> On 07/01/2010 10:24 AM, Sandeep Joshi wrote:
>>> I am using fedora version from SteveD's website
>>>
>>> 2.6.33.5-112.2.2.pnfs.fc13.x86_64
>>>
>>> I guess I have to upgrade.
>> hmm... that kernel is based on the pnfs-all-2_6_35-2010-06-01
>> release which I guess that is a bit old...
>>
>> Benny should I go ahead a update to pnfs-all-2.6.35-rc3-2010-06-21
>> or wait for the next release?
>
> I've just released pnfs-all-2.6.35-rc3-2010-07-01
> at this very moment :)
Cool... the updated kernels are on their way...
steved.
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: mount - Fedora13 - Nfsv4.1 mode
2010-07-01 16:28 ` Steve Dickson
@ 2010-07-01 16:56 ` Sandeep Joshi
0 siblings, 0 replies; 10+ messages in thread
From: Sandeep Joshi @ 2010-07-01 16:56 UTC (permalink / raw)
To: Steve Dickson, Benny Halevy; +Cc: linux-nfs
Thank you, Steve.
-----Original Message-----
From: Steve Dickson [mailto:SteveD@redhat.com]
Sent: Thu 7/1/2010 9:28 AM
To: Benny Halevy
Cc: Sandeep Joshi; linux-nfs@vger.kernel.org
Subject: Re: mount - Fedora13 - Nfsv4.1 mode
On 07/01/2010 12:26 PM, Benny Halevy wrote:
> On Jul. 01, 2010, 19:24 +0300, Steve Dickson <SteveD@redhat.com> wrote:
>>
>>
>> On 07/01/2010 10:24 AM, Sandeep Joshi wrote:
>>> I am using fedora version from SteveD's website
>>>
>>> 2.6.33.5-112.2.2.pnfs.fc13.x86_64
>>>
>>> I guess I have to upgrade.
>> hmm... that kernel is based on the pnfs-all-2_6_35-2010-06-01
>> release which I guess that is a bit old...
>>
>> Benny should I go ahead a update to pnfs-all-2.6.35-rc3-2010-06-21
>> or wait for the next release?
>
> I've just released pnfs-all-2.6.35-rc3-2010-07-01
> at this very moment :)
Cool... the updated kernels are on their way...
steved.
^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <4C2CC154.608-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>]
* Re: mount - Fedora13 - Nfsv4.1 mode
[not found] ` <4C2CC154.608-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
@ 2010-07-01 16:30 ` sfaibish
[not found] ` <op.ve6ath0runckof-sXut7+96orlxdPWQvOaHCoI83tS8F2Zb0E9HWUfgJXw@public.gmane.org>
0 siblings, 1 reply; 10+ messages in thread
From: sfaibish @ 2010-07-01 16:30 UTC (permalink / raw)
To: linux-nfs
Do we have a call today?
/Sorin
On Thu, 01 Jul 2010 12:24:52 -0400, Steve Dickson <SteveD@redhat.com> =20
wrote:
>
>
> On 07/01/2010 10:24 AM, Sandeep Joshi wrote:
>> I am using fedora version from SteveD's website
>>
>> 2.6.33.5-112.2.2.pnfs.fc13.x86_64
>>
>> I guess I have to upgrade.
> hmm... that kernel is based on the pnfs-all-2_6_35-2010-06-01
> release which I guess that is a bit old...
>
> Benny should I go ahead a update to pnfs-all-2.6.35-rc3-2010-06-21
> or wait for the next release?
>
> steved.
>
>>
>> regards,
>> Sandeep
>>
>>
>> -----Original Message-----
>> From: Benny Halevy [mailto:bhalevy@panasas.com]
>> Sent: Thu 7/1/2010 7:19 AM
>> To: Sandeep Joshi
>> Cc: linux-nfs@vger.kernel.org
>> Subject: Re: mount - Fedora13 - Nfsv4.1 mode
>>
>> What version of the kernel are you using?
>> I sent a patchset that fixes this:
>> http://marc.info/?l=3Dlinux-nfs&m=3D127678603202678&w=3D2
>> That's in the latest linux-pnfs tree
>> at tag pnfs-all-2.6.35-rc3-2010-06-21
>>
>> Benny
>>
>> On Jul. 01, 2010, 0:15 +0300, "Sandeep Joshi" <sjoshi-Pe6u2o1+k2hBDgjK7y7TUQ@public.gmane.org> =20
>> wrote:
>>> I am using NFS 4.1 client with nfslayoutdriver loaded. (using Fedo=
ra =20
>>> 13)
>>> If I try to mount the same directory twice from client. I see two =20
>>> exchange id's
>>> being sent to server. I was expecting only one exchange id.
>>>
>>> Here are the steps that I am executing:
>>>
>>> modprobe nfslayoutdriver
>>> mount -t nfs4 -o minorversion=3D1 <serv-ip-address>:/ /mnt/<dir>
>>> mount -t nfs4 -o minorversion=3D1 <serv-ip-address>:/ /mnt/<dir>
>>>
>>> Is this expected behavior?
>>>
>>>
>>> regards,
>>>
>>> Sandeep
>>>
>>> --
>>> 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
>
>
--=20
Best Regards
Sorin Faibish
Corporate Distinguished Engineer
Network Storage Group
EMC=B2
where information lives
Phone: 508-435-1000 x 48545
Cellphone: 617-510-0422
Email : sfaibish@emc.com
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-07-01 16:57 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30 21:15 mount - Fedora13 - Nfsv4.1 mode Sandeep Joshi
2010-07-01 14:19 ` Benny Halevy
2010-07-01 14:24 ` Sandeep Joshi
2010-07-01 16:24 ` Steve Dickson
2010-07-01 16:26 ` Benny Halevy
2010-07-01 16:28 ` Steve Dickson
2010-07-01 16:56 ` Sandeep Joshi
[not found] ` <4C2CC154.608-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2010-07-01 16:30 ` sfaibish
[not found] ` <op.ve6ath0runckof-sXut7+96orlxdPWQvOaHCoI83tS8F2Zb0E9HWUfgJXw@public.gmane.org>
2010-07-01 16:35 ` Benny Halevy
2010-07-01 16:37 ` sfaibish
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox