From owner-freebsd-fs@FreeBSD.ORG Sat Oct 17 04:16:09 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D41106566C for ; Sat, 17 Oct 2009 04:16:09 +0000 (UTC) (envelope-from kickbsd@ya.ru) Received: from forward7.yandex.ru (forward7.yandex.ru [77.88.61.37]) by mx1.freebsd.org (Postfix) with ESMTP id BF5E28FC1D for ; Sat, 17 Oct 2009 04:16:08 +0000 (UTC) Received: from webmail71.yandex.ru (webmail71.yandex.ru [77.88.60.175]) by forward7.yandex.ru (Yandex) with ESMTP id B9E6D31057D for ; Sat, 17 Oct 2009 07:56:48 +0400 (MSD) Received: from localhost (localhost [127.0.0.1]) by webmail71.yandex.ru (Yandex) with ESMTP id A1CE79C4479 for ; Sat, 17 Oct 2009 07:56:48 +0400 (MSD) X-Yandex-Spam: 1 X-Yandex-Front: webmail71 X-Yandex-TimeMark: 1255751808 Received: from modemcable177.130-37-24.mc.videotron.ca (modemcable177.130-37-24.mc.videotron.ca [24.37.130.177]) by mail.yandex.ru with HTTP; Sat, 17 Oct 2009 07:56:48 +0400 From: kickbsd kickbsd To: freebsd-fs@freebsd.org MIME-Version: 1.0 Message-Id: <66051255751808@webmail71.yandex.ru> Date: Sat, 17 Oct 2009 07:56:48 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: zfs and vfs.numvnodes issue 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: Sat, 17 Oct 2009 04:16:09 -0000 Hi! I have a strange behavior on zfs filesystem. vfs.numvnodes tends to grow and when reach kern.maxvnodes no new files can be created or modified. System AMD64 8.0-RC1 FreeBSD 8.0-RC1 CVS from Oct 13 2009. I have increased kern.maxvnodes but vfs.numvnodes grows slowly. Any suggestions ?