From owner-freebsd-fs@freebsd.org Mon Oct 12 01:50:51 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F7DD9D2747 for ; Mon, 12 Oct 2015 01:50:51 +0000 (UTC) (envelope-from petehodur@gmail.com) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF72518BE for ; Mon, 12 Oct 2015 01:50:50 +0000 (UTC) (envelope-from petehodur@gmail.com) Received: by lbcao8 with SMTP id ao8so128947779lbc.3 for ; Sun, 11 Oct 2015 18:50:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Hbm37fLc8Z9Zz20hI9dBgHG2SrygP3uhb+jwJ6is06Q=; b=Iq2CwvCgDTX1BMXuCj9MEDAJqBo/TNgIze9FNsn/uJR5Ub+ebTUdezZBnZ/Zl/ebjr EJZSs+oW73kCybO8I0iS6+za7NXXZRdsUMJDhNNC0KyMwV7w9tKg2D9CM+eDzeX+52QC lAvn8RKCZtViP7/syxtIg9QxLpQ8I6qa30OFK0IimEMw6fY9Ntx5mruAXqo+L7H1ocmW kWHeORQ+L9Mg16yISisXRg0MQPfksNv5n70EbAtnutMmuGtb/fZIWiLBdYjWF1khEGwc Oz4yLn24FgSaO8QhBiCik2nUfopNP2mbBnPoTdtRJWt7C4iOxd6R7/MjiVfOmAoRYEsz tW5w== X-Received: by 10.25.218.205 with SMTP id r196mr7381470lfg.82.1444614648696; Sun, 11 Oct 2015 18:50:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.206.19 with HTTP; Sun, 11 Oct 2015 18:50:28 -0700 (PDT) From: Peter Hodur Date: Mon, 12 Oct 2015 03:50:28 +0200 Message-ID: Subject: FBSD 10.1 with NFSv4 / high nfsd CPU load (> 300%) To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 01:50:51 -0000 Hello, I have an issue with new NFS daemon. I have switch to FreeBSD 10.1 RELENG and tried also move from NFSv3 to NFSv4. With NFSv3 everything looks ok. But when I try mount same FS from client with "-o nfs4", I can see VERY high load on server - more than 300% within couple of seconds. And exports does not works - everything is too slow. NFSD state in "top" is rpcsvc. I have tried it with disabled DRC but with same result. On client is FBSD 9.1. Have someone same issue? Thanks Peter