Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1832342ybn; Thu, 26 Sep 2019 02:56:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqw1YFKWmufok85uOY87YVWAUgPBVEbrZ6UPoZ7tM6EwbhWWgIGBUTVaJY35QpwtNSHWxpZ6 X-Received: by 2002:a17:906:c7c6:: with SMTP id dc6mr2262671ejb.123.1569491763114; Thu, 26 Sep 2019 02:56:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569491763; cv=none; d=google.com; s=arc-20160816; b=cf23s7cB5dkbuoKoMRyMZvOIuMYlve76ydVIxDOtdApgEKrUW6btt/niVQGORX4Sk+ xbCUco8lrzFZydMWnryLb0eCBL52syRQIuFMkkuiShlqbrzDDLbEANCReYFxbo4AXTzN 9XiRva+iqc4yI6umjHADkz0etLRr37UjbPNjQPVEuH4arpCo/zb/n0lvnD3GNg52EwVA GyQZzUGU8a/fV3UrGflyAlPpb0vniTb7rSBVzTH+ri76WwEYWdlIM8ejF+RNpaAeEPIJ prZDiS8ZAZVJcX+E8AHhZUcwT80vyVWsfZtsaglDT+BWMAXk8dFWfxjhsB29k7VK3EAB Ch6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=0J+vcI3/F2B7unYnnfcM/g2n85t33fMknkBs6D5otJg=; b=NI16gzsrX4AEjjFx23nNkdhhTeQLN4pwYjD97y+q/ZwlzXAOPGSsKodduq6A/jKRg0 bT+Q4u2EiYG1q+kNUlWMxgeaJ3dviXFVuQgtcItWr7uih5eiEsvNy5DkwPzYwd5ib8XZ 4AAXawYuE6BIlR5Qm6feuxH3kGM0Sv5H9znAXopvZMNnovLf2PhPXeBOy9bw04canYyq Qs+Zwwh4XVeiPVo5NKfW4woJqGrHS5KhAN71d+o/Ddfh+O4n8G6uR98vgKLZOoOQfG7K Xix/J8krNbVm+1rtCZWVW/lZ+Febx2kROXuGsCwdYP5WPZ2yonXy/yYhKAYQ69WH97eQ mwiQ== 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 c38si995559eda.46.2019.09.26.02.55.38; Thu, 26 Sep 2019 02:56:03 -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 S2390416AbfIYUHY (ORCPT + 99 others); Wed, 25 Sep 2019 16:07:24 -0400 Received: from fieldses.org ([173.255.197.46]:60862 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732726AbfIYUHY (ORCPT ); Wed, 25 Sep 2019 16:07:24 -0400 Received: by fieldses.org (Postfix, from userid 2815) id C12F9150F; Wed, 25 Sep 2019 16:07:23 -0400 (EDT) Date: Wed, 25 Sep 2019 16:07:23 -0400 From: Bruce Fields To: Chuck Lever Cc: Kevin Vasko , Linux NFS Mailing List Subject: Re: NFSv4 client locks up on larger writes with Kerberos enabled Message-ID: <20190925200723.GA11954@fieldses.org> References: <20190925164831.GA9366@fieldses.org> <57192382-86BE-4878-9AE0-B22833D56367@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Wed, Sep 25, 2019 at 11:49:14AM -0700, Chuck Lever wrote: > Sounds like the NFS server is dropping the connection. With > GSS enabled, that's usually a sign that the GSS window has > overflowed. Would that show up in the rpc statistics on the client somehow? In that case--I seem to remember there's a way to configure the size of the client's slot table, maybe lowering that (decreasing the number of rpc's allowed to be outstanding at a time) would work around the problem. Should the client be doing something different to avoid or recover from overflows of the gss window? --b.