From owner-freebsd-fs@FreeBSD.ORG Thu May 5 16:39:58 2011 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 7A82B1065678 for ; Thu, 5 May 2011 16:39:58 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 33FBE8FC0C for ; Thu, 5 May 2011 16:39:58 +0000 (UTC) Received: by qwc9 with SMTP id 9so2018614qwc.13 for ; Thu, 05 May 2011 09:39:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=t+750fvyyi9Cd34g9H5+EaBnBv3K8VYorAF3/YK1gbI=; b=pf7Vk1Vb5L1gOzw6mXIRmdaGHF8n9YfnsXycL8MVIYBJY4BMeUM2yDjRezR5GeP49U +zKlRSCjVIT+4m6f7Hsz6uXU+4pKF9gum039/yBuQATWUvloG2r1xaCFvsiS4mYDFMLg z7Q47sRScdqvlKNR1zKsIIEF9EZZHHQG8HEeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=sAlPRdPcNibShwlNGvl9KBhMQbM6LnCF187NhoccvueMRETczhkZR9Cpv/lzRkdS7K vZQdVTznOr26Cr7ut0vuT2wzhClwgdKrZpNyQQA1/qSaAwR02pXbvOG/1J9C30m5RPiy Vtwda1pUmz1KRJ6GuHf9xfjhwHZU/OFj0WyJI= MIME-Version: 1.0 Received: by 10.229.107.38 with SMTP id z38mr1617240qco.158.1304613597545; Thu, 05 May 2011 09:39:57 -0700 (PDT) Sender: artemb@gmail.com Received: by 10.229.95.140 with HTTP; Thu, 5 May 2011 09:39:57 -0700 (PDT) In-Reply-To: <4DC25DA6.3060009@bytecamp.net> References: <4DC25DA6.3060009@bytecamp.net> Date: Thu, 5 May 2011 09:39:57 -0700 X-Google-Sender-Auth: zbL4nxIhdqb46cqbjXvdaxHxP_s Message-ID: From: Artem Belevich To: Robert Schulze Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org Subject: Re: zfs l2arc 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: Thu, 05 May 2011 16:39:58 -0000 On Thu, May 5, 2011 at 1:19 AM, Robert Schulze wrote: > All drives except the caching SSDs are attached to a LSI 9690SA-8I. > The system is equipped with 32 GB RAM, and runs with a load of <1, please > note: we are running 8.0, yet, since there was one issue with ZFS which > blocked the upgrade to 8-STABLE. > > After about 100d uptime, we had a sudden large increase in load of about > 5-7, nfsd had 100-400% WCPU. Also an rsync downloading files from that > machine was very slow. There was an issue with clock_t type overflow . It was fixed in r218429 on Feb 8th in 8-stable. One of its effects was that it would cause L2ARC feeding thread to spin endlessly after about a month of uptime. It's possible that there are other scenarios where clock_t overflow in ZFS code would cause strange things to happen. I would suggest migrating to 8-STABLE as there were number of ZFS-related fixes committed since 8.0. --Artem