From: Hamo <hamo.by@gmail.com>
To: Steve Dickson <SteveD@redhat.com>
Cc: Chuck Lever <chuck.lever@oracle.com>,
Trond Myklebust <Trond.Myklebust@netapp.com>,
linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] nfs-utils: mount: really return from errno test
Date: Sat, 15 Oct 2011 21:12:55 +0800 [thread overview]
Message-ID: <CAO_0yfPyAtoWgEsMuy_78a_wVas3U07F_XmqaU5eXJ8GL2sVSA@mail.gmail.com> (raw)
In-Reply-To: <4E973600.1090806@RedHat.com>
[Copy from RedHat Bugzilla]
The real problem is here:
[root@dell-pe2950-01 ~]# mount -t nfs -v rhel6-nfs:/export/home /mnt/testdir
mount.nfs: timeout set for Fri Oct 14 05:42:43 2011
mount.nfs: trying text-based options
'vers=4,addr=fec0:0:a10:4000:221:5eff:fe95:20f4,clientaddr=fec0:0:a10:4000:213:72ff:fe62:469b'
rhel6-nfs:/export/home on /mnt/testdir type nfs (rw)
[root@dell-pe2950-01 ~]# mount -t nfs -v rhel6-nfs:/export/home /mnt/testdir
mount.nfs: timeout set for Fri Oct 14 05:42:52 2011
mount.nfs: trying text-based options
'vers=4,addr=fec0:0:a10:4000:221:5eff:fe95:20f4,clientaddr=fec0:0:a10:4000:213:72ff:fe62:469b'
mount.nfs: mount(2): Device or resource busy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mount.nfs: trying text-based options
'vers=4,addr=10.16.64.25,clientaddr=10.16.64.133'
rhel6-nfs:/export/home on /mnt/testdir type nfs (rw)
mount has already found that this server has been mounted but also fallback to
mount it using IPv4. This patch fix this problem.
On Fri, Oct 14, 2011 at 3:03 AM, Steve Dickson <SteveD@redhat.com> wrote:
>
>
> On 10/13/2011 01:54 PM, Chuck Lever wrote:
>>
>> On Oct 13, 2011, at 12:59 PM, Steve Dickson wrote:
>>
>>> Looking further into this issue, I noticed all the following
>>> mounts were successful.
>>>
>>> # mount -o v3 localhost:/home /mnt/home
>>> # mount -o v4 localhost:/home /mnt/home
>>
>> Does this actually change the NFS version in use for /mnt/home, or does the client recognize that this is the same server and export as an existing mount point, and share the cache and mount options?
> Using wireshark, I verified that the version does indeed change...
>
>>
>> If the mount options are the same, this is equivalent to
>>
>> # mount -o v3 localhost:/home /mnt/home
>> # mount -o v3 localhost:/home /mnt/home
> In this case the second mount does fail with EBUSY..
>
> steved.
next prev parent reply other threads:[~2011-10-15 13:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-11 9:44 [PATCH] nfs-utils: mount: really return from errno test Hamo
2011-10-13 2:05 ` Hamo
2011-10-13 14:53 ` Chuck Lever
2011-10-13 16:34 ` Steve Dickson
[not found] ` <4E971329.3000007-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2011-10-13 16:37 ` Chuck Lever
2011-10-13 16:59 ` Steve Dickson
[not found] ` <4E9718E3.8040805-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2011-10-13 17:19 ` Trond Myklebust
2011-10-13 17:54 ` Chuck Lever
[not found] ` <D7792A21-C227-4A3B-9FBA-E08BF224620C-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2011-10-13 19:03 ` Steve Dickson
2011-10-15 13:12 ` Hamo [this message]
[not found] ` <CAO_0yfPyAtoWgEsMuy_78a_wVas3U07F_XmqaU5eXJ8GL2sVSA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-18 15:17 ` Steve Dickson
2011-10-18 16:08 ` Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAO_0yfPyAtoWgEsMuy_78a_wVas3U07F_XmqaU5eXJ8GL2sVSA@mail.gmail.com \
--to=hamo.by@gmail.com \
--cc=SteveD@redhat.com \
--cc=Trond.Myklebust@netapp.com \
--cc=chuck.lever@oracle.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).