Return-Path: Received: from mail-it0-f54.google.com ([209.85.214.54]:37256 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752596AbeEKKWB (ORCPT ); Fri, 11 May 2018 06:22:01 -0400 Received: by mail-it0-f54.google.com with SMTP id 70-v6so1530785ity.2 for ; Fri, 11 May 2018 03:22:01 -0700 (PDT) MIME-Version: 1.0 From: Goran Date: Fri, 11 May 2018 12:21:59 +0200 Message-ID: Subject: unstable nfs connection To: linux-nfs@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-nfs-owner@vger.kernel.org List-ID: I have an issue with nfs which I'm using the first time. I have a server running arch linux. Further the server is running several container, each container itself is running arch linux too. One container is running nfsd. The nfs-container is connected via a virtual bridge. The bridge is hosted by the server. One physical device is connected to that bridge. A physical switch is connected to that physical device. The client is connected to the physical switch. To keep it simpler: client -- clients NIC -- physical switch -- server NIC -- server bridge -- container NIC -- container At first sight, everything works well, I can boot diskless/readonly from NFS. I use dracut for that. I can log into the client and start working. If the client is just doing nothing I get after some time (e.g. 5 minutes) nfs: server 172.17.0.5 not responding. still trying or nfs: server 172.17.0.5 not responding.timed out If 10 clients starts at same time, the above error comes immediatly. I took a look like at the containers nic 23: eth0@if24: mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 42:3b:82:03:c0:7d brd ff:ff:ff:ff:ff:ff link-netnsid 0 RX: bytes packets errors dropped overrun mcast 44184595 388170 0 205 0 0 TX: bytes packets errors dropped carrier collsns 902023963 112922 0 0 0 0 but this seems not too much dropped packages for me. I'm more a C++ guy, not as much an Linux admin. So I'm asking how can I debug this nfs-connection to make it stable? Regards Goran