From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 11:23:19 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D5421065673 for ; Thu, 23 Jun 2011 11:23:19 +0000 (UTC) (envelope-from amoran@forsythia.net) Received: from meriadoc.forsythia.net (celebrian.forsythia.net [173.13.138.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5978FC14 for ; Thu, 23 Jun 2011 11:23:19 +0000 (UTC) Received: from [10.200.0.199] (cerberus.forsythia.net [173.13.138.197]) by meriadoc.forsythia.net (8.14.4/8.14.4) with ESMTP id p5NAuEuF035468 for ; Thu, 23 Jun 2011 03:56:32 -0700 (PDT) (envelope-from amoran@forsythia.net) From: Andrew Moran Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 23 Jun 2011 03:56:07 -0700 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Subject: ZFS on root and "find" performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 11:23:19 -0000 Is anyone else running zfs on root and running into very slow finds? = The /etc/periodic/daily/450.status-security can take over a noisy HD = thrashing hour to finish, the culprit being the find that crawls the = filesystem. I'm hoping there is some I'm not sure if there if some simple zfs tuning = I need to do to improve the performance on this. I'm looking for what = others use for their ZFS settings. Thanks! --Andy=