From patchwork Fri Jun 10 19:41:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 870512 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5AJgBI5019948 for ; Fri, 10 Jun 2011 19:43:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757758Ab1FJTn3 (ORCPT ); Fri, 10 Jun 2011 15:43:29 -0400 Received: from mail.candelatech.com ([208.74.158.172]:46874 "EHLO ns3.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756617Ab1FJTn3 (ORCPT ); Fri, 10 Jun 2011 15:43:29 -0400 Received: from fs3.candelatech.com (firewall.candelatech.com [70.89.124.249]) by ns3.lanforge.com (8.14.2/8.14.2) with ESMTP id p5AJfuxE003644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Jun 2011 12:41:58 -0700 From: greearb@candelatech.com To: linux-nfs@vger.kernel.org Cc: Ben Greear Subject: [PATCH v2 6/6] nfs-utils: Update man page for srcaddr= option. Date: Fri, 10 Jun 2011 12:41:38 -0700 Message-Id: <1307734898-12860-7-git-send-email-greearb@candelatech.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1307734898-12860-1-git-send-email-greearb@candelatech.com> References: <1307734898-12860-1-git-send-email-greearb@candelatech.com> Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 10 Jun 2011 19:43:30 +0000 (UTC) From: Ben Greear Signed-off-by: Ben Greear --- :100644 100644 be91a25... 622d7cb... M utils/mount/nfs.man utils/mount/nfs.man | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man index be91a25..622d7cb 100644 --- a/utils/mount/nfs.man +++ b/utils/mount/nfs.man @@ -463,6 +463,13 @@ by other clients, but can impact application and server performance. .IP The DATA AND METADATA COHERENCE section contains a detailed discussion of these trade-offs. +.TP 1.5i +.BI srcaddr= n +Specifies a single IPv4 or IPv6 address +to which the NFS client will bind its sockets. +This can help force NFS to use a particular IP +address on a multi-homed machine. This option is not required +in most cases. .SS "Options for NFS versions 2 and 3 only" Use these options, along with the options in the above subsection, for NFS versions 2 and 3 only.