public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org, Patrick McHardy <kaber@trash.net>
Subject: Re: PATCH:  Support binding to a local IPv4 address when mounting a server.
Date: Wed, 21 Jan 2009 21:35:35 -0800	[thread overview]
Message-ID: <497805A7.4070205@candelatech.com> (raw)
In-Reply-To: <633CA802-DD5A-4082-B771-C524D367241F@oracle.com>

Chuck Lever wrote:
> A handful of generic comments.
>
> 1.  This needs to be broken into smaller patches before submission; 
> preferably before you submit another version for review.  Take a look 
> at the linux-nfs@vger.kernel.org archives to see how we handle large 
> changes like this.
>
> 2.  You should support local addresses only in the text-based path 
> (utils/mount/stropts.c) and not in the legacy paths 
> (utils/mount/nfs[4]mount.c).  I don't think we're ever going to allow 
> a version 7 of the mount data structure.
I could remove the version 7 data field, but what about the other code 
that creates
sockets for 'pinging' nfs daemons and such?   Is that code deprecated now?

If nothing else, it looks like "probe_bothports" needs a client-addr to 
pass on
to methods it calls, and so forth.  That means that other code that 
calls those
methods needs to be updated, and thus my huge repetitive patch.

> 3.  There are some umount-related changes coming up for IPv6 that will 
> touch the umount paths here; that may require some changes in your 
> modifications.
That should be fine.   I tried to make my current patch friendly for 
IPv6 and want to support local
IPv6 binding as well.
>
> 4.  This needs to have support for a new mount option in the kernel 
> (not a command-line option to the mount.nfs command, as you have 
> implemented) to handle passing the address to the kernel.
I think I already have this ready in the kernel, but I've been using the 
version 7 field to pass
in data using mount.nfs.    Can you give an example of a user-space 
command that would use the
new mount option as you suggest?  Do you do /etc/fstab any different for 
instance?

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com> 
Candela Technologies Inc  http://www.candelatech.com



  reply	other threads:[~2009-01-22  5:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22  1:01 PATCH: Support binding to a local IPv4 address when mounting a server Ben Greear
2009-01-22  2:38 ` Chuck Lever
2009-01-22  5:35   ` Ben Greear [this message]
2009-01-22 17:06     ` Chuck Lever
2009-01-22 17:31       ` Ben Greear
2009-01-23 17:18         ` Chuck Lever
2009-01-23 17:39           ` Ben Greear
2009-02-21  7:43           ` Ben Greear
2009-02-21 17:16             ` Trond Myklebust
2009-02-21 22:09             ` Chuck Lever
2009-02-22  5:52               ` Ben Greear
2009-02-22 19:09                 ` Trond Myklebust
     [not found]                   ` <1235329791.7331.75.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2009-02-22 20:29                     ` Chuck Lever
2009-02-22 22:01                       ` Trond Myklebust
2009-02-22 23:17                     ` Ben Greear
2009-02-22 23:41                       ` Trond Myklebust
     [not found]                         ` <1235346094.7331.111.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2009-02-22 23:45                           ` Ben Greear
2009-02-22  6:24               ` Ben Greear
2009-02-22 20:01                 ` Chuck Lever
2009-02-22  7:05               ` Ben Greear
  -- strict thread matches above, loose matches on Subject: below --
2009-02-21 18:18 Ben Greear

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=497805A7.4070205@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=chuck.lever@oracle.com \
    --cc=kaber@trash.net \
    --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