Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp1888861ybg; Thu, 24 Oct 2019 01:30:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqzLB2WFkIopkOzEyMcJhEf27rJlurgIJNpoe/xMjLVFdAde38qxkNFG037v49KEQ3zomB9G X-Received: by 2002:a50:8a90:: with SMTP id j16mr42883151edj.283.1571905812768; Thu, 24 Oct 2019 01:30:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571905812; cv=none; d=google.com; s=arc-20160816; b=yUvd6lQRcO4UPOytrX+0i3CSpkmx3KzqHq8esm395WQWDoQoweXjvpDILp8qhLs/BW ShaOJUuxnJD/aVqnTAeW2+K7KIVkDLQAzXrvy7A/G2EPXYmPzbVLAw7wwHCU380L3Zfx mNclmXfLNzGPq+v5TofVW21srVzWNeYMcrwVKt5Bn2XqFSiA5YAgOeiC3q9WvzdLXxKN wgjKl3pfhKRYf+uesAlSvbSDovDgRlzzCSIG/WE0WxlnF5E7QFLd1uCXZWQ+TtpgKmb5 jBbrsUK8wrcDW5lEa0JbirS3FknOusXTPvd7AIZqjVoD7ZykW8mt+zgDi3e5Eho9uQXm 8Yvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:from:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:date; bh=IwZTADsAXMVfaYZx8mnAWjTj+7VgBCDLnYuLeHldhh8=; b=EfzG++3z9P+J+i8RU2v0ykcKnzvsHFIgAnlOrDXUCtYejTs/Eqx8WXtU8XH2R05OGZ TQ/rbxJ+0y/ADsowyH822JNmyDbrolBMrNJ6o7ebUwZSow1ILXN9eLryVbZN5VT5chmf 0McQgtZt1cDhon7B8jNO2jJeNRx3tN6csP922rs78tJqUKiB/RFC53S+dwLktY/2g184 yUJKoIqEihNVw7m+a2/JvMrMw5NJC+hws/0YO/sS7ru6rSqMQfqYqBcI7/5rpmHagqf+ 33BQWf3olHhvgON1Hts0Jc5bxXeS0p9WrObPnRIS2WInyv06uEEdG2O0BTj7WwGYiPYz IHvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f12si7985939edc.1.2019.10.24.01.29.33; Thu, 24 Oct 2019 01:30:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728254AbfJWRPX (ORCPT + 99 others); Wed, 23 Oct 2019 13:15:23 -0400 Received: from fieldses.org ([173.255.197.46]:38658 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728245AbfJWRPX (ORCPT ); Wed, 23 Oct 2019 13:15:23 -0400 Received: by fieldses.org (Postfix, from userid 2815) id 56014738; Wed, 23 Oct 2019 13:15:23 -0400 (EDT) Date: Wed, 23 Oct 2019 13:15:23 -0400 To: Chandler Cc: linux-nfs@vger.kernel.org Subject: Re: NFS hangs on one interface Message-ID: <20191023171523.GA18802@fieldses.org> References: <3447df77-1b2f-6d36-0516-3ae7267ab509@genome.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3447df77-1b2f-6d36-0516-3ae7267ab509@genome.arizona.edu> User-Agent: Mutt/1.5.21 (2010-09-15) From: bfields@fieldses.org (J. Bruce Fields) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Beats me. My first guess would be some kind of networking problem. Maybe try running wireshark and watching to see if certain calls aren't getting responses. --b. On Tue, Oct 22, 2019 at 05:34:51PM -0700, Chandler wrote: > Hi all, I'm sure you get this alot, but I couldn't figure out any solution. We have a client/server pair with both 1Gb and 10Gb network interfaces. I can mount the share on the client on the 1Gb interface just fine and interact with it normally. If I unmount and try to mount the share on the 10Gb interface, it will mount but everything after that hangs (like ls or df). The exports entry is the same on the server, i.e.: > > #1Gb interface > /data 10.10.10.0/24(rw,no_root_squash,async) > #10Gb interface > /data 128.196.X.X/28(rw,no_root_squash,async) > > I turned off iptables for troubleshooting and checked with the NOC here. Using NFSv4 by default and CentOS 6.10 2.6.32 kernel. I had some strange results if i try vers=3 or vers=2, then i can "ls /data" but if I try to "ls /data/subdir" then it hangs again. Now it doesn't even mount if i try with vers=3 or vers=2 >