From owner-freebsd-fs@FreeBSD.ORG Tue May 22 18:35:06 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC0D8106564A for ; Tue, 22 May 2012 18:35:06 +0000 (UTC) (envelope-from bsalinux@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 973648FC17 for ; Tue, 22 May 2012 18:35:06 +0000 (UTC) Received: by qabj40 with SMTP id j40so3364390qab.15 for ; Tue, 22 May 2012 11:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xcT69ZqehcBFmJbRWsf2zy3hslrMl3Kf59Bxfhlt6WI=; b=Se6MZ/exLx2KQxT3KzD/tS+dUCVIg7vJPzOYRhDYXNlO0AqfEGD0kok9rnPQLPsUc3 jYwPwo4R6dIzS5haztEPCMw+nJRN4hFDGIj7RkNLwDooajRgrk0wa4ktWcaPLeVQN+b/ wOs55yIShHX0S35URboZFNw/herbaNqYd5FMHtGGtPRVDDS/g8WyXjc+SUyB31OSBVwS n+5z7ShCLoj4RUrDd+eFsSXFK/pAv2a8LXutiOK5hIQdVeDSpcKqkJ835+WmTJGCtA4e F2/AiTexNvjYwE71CPdIDjGZmMFta8ran3nvTxfqoG0Dob0o1ginVw1ZpM/BWLSCSumE 2syg== MIME-Version: 1.0 Received: by 10.229.111.229 with SMTP id t37mr12600160qcp.143.1337711705844; Tue, 22 May 2012 11:35:05 -0700 (PDT) Received: by 10.229.22.130 with HTTP; Tue, 22 May 2012 11:35:05 -0700 (PDT) Date: Tue, 22 May 2012 11:35:05 -0700 Message-ID: From: "bsalinux@gmail.com" To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: NFS Server Limiting open port RST response X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 18:35:06 -0000 Hi, I have a FreeBSD + ZFS server configured as NFS server. This server is being used to store regressions that are generated over a period of 2-3 days. Time to time nfs would drop the mount and the program fails to find the output directory (nfs automount). On the other hand if I use Linux NFS server to host this space, I see no issues. Time to time I see messages like these in the logs: Limiting open port RST response from 334 to 200 packets/sec It seems that the automount dismounts the server while the regressions are being computed and the output is idle. I even kept one terminal window open on the compute server that is "cd" into the output directory so that it prevents the dismounting the automount but it still fails. Do I need to tweak any parameters? Can I stop dismounting (from NFS server side)? Any help would be appreciated. Thanks.