From owner-freebsd-fs@FreeBSD.ORG Wed Jan 16 13:01:23 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27307CE8; Wed, 16 Jan 2013 13:01:23 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id EBF2F680; Wed, 16 Jan 2013 13:01:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:Cc:To:Content-Type; bh=DZp3JXw6VlNx5xcPoteJ0jCEm4wk1vL/UOH1VAdtMVw=; b=ohtn4sAFxTYUlXYroLgRYEJ0xeLYjUODKf7vaziOceUbylyGlS1UFef6QPFvVKNscdrMf0wcJrREcQJf2c6R/GXCi4ctq2ALfmuGK3jlRt4C4heHdGMoeFxjGu9QTOoH; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TvScG-0007uH-7t; Wed, 16 Jan 2013 07:01:16 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1358341270-24241-86284/5/1; Wed, 16 Jan 2013 13:01:10 +0000 Content-Type: text/plain; format=flowed; delsp=yes To: Andriy Gapon , Nicolas Rachinsky Subject: Re: slowdown of zfs (tx->tx) References: <20130114094010.GA75529@mid.pc5.i.0x5.de> <20130114195148.GA20540@mid.pc5.i.0x5.de> <20130114214652.GA76779@mid.pc5.i.0x5.de> <20130115224556.GA41774@mid.pc5.i.0x5.de> <50F67551.5020704@FreeBSD.org> <20130116095009.GA36867@mid.pc5.i.0x5.de> Date: Wed, 16 Jan 2013 07:01:10 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <20130116095009.GA36867@mid.pc5.i.0x5.de> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 13:01:23 -0000 On Wed, 16 Jan 2013 03:50:09 -0600, Nicolas Rachinsky wrote: > * Andriy Gapon [2013-01-16 11:39 +0200]: >> on 16/01/2013 02:16 Artem Belevich said the following: >> > It appears that lots of threads are stuck in >> > metaslab_activate->space_map_load_wait path. >> >> another thing to check - is your pool nearly full. > > Don't think so: > NAME USED AVAIL REFER MOUNTPOINT > pool1 5.52T 697G 11.9M /pool1 > Never let your ZFS pool go above 80% or you'll have very, very poor performance.