From patchwork Mon Jun 13 21:26:48 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 876562 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5DM75uo030937 for ; Mon, 13 Jun 2011 22:07:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754693Ab1FMV2I (ORCPT ); Mon, 13 Jun 2011 17:28:08 -0400 Received: from mail.candelatech.com ([208.74.158.172]:55418 "EHLO ns3.lanforge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754635Ab1FMV2H (ORCPT ); Mon, 13 Jun 2011 17:28:07 -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 p5DLQofJ001061 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Jun 2011 14:26:51 -0700 From: greearb@candelatech.com To: linux-nfs@vger.kernel.org Cc: Ben Greear Subject: [PATCH v4 6/6] nfs-utils: Update man page for srcaddr= option. Date: Mon, 13 Jun 2011 14:26:48 -0700 Message-Id: <1308000408-13690-7-git-send-email-greearb@candelatech.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1308000408-13690-1-git-send-email-greearb@candelatech.com> References: <1308000408-13690-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 (demeter2.kernel.org [140.211.167.43]); Mon, 13 Jun 2011 22:07:06 +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.