From owner-freebsd-fs@FreeBSD.ORG Tue Mar 11 08:25:46 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4765D8EE for ; Tue, 11 Mar 2014 08:25:46 +0000 (UTC) Received: from r2-d2.netlabs.org (r2-d2.netlabs.org [213.238.45.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2A8B3EE for ; Tue, 11 Mar 2014 08:25:45 +0000 (UTC) Received: (qmail 23772 invoked by uid 89); 11 Mar 2014 08:25:42 -0000 Received: from unknown (HELO eternal.metropolis.netlabs.org) (ml-ktk@netlabs.org@213.144.156.18) by 0 with ESMTPA; 11 Mar 2014 08:25:42 -0000 Message-ID: <531EC886.5040502@netlabs.org> Date: Tue, 11 Mar 2014 09:25:42 +0100 From: Adrian Gschwend User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Adam Vande More Subject: Re: Reoccuring ZFS performance problems References: <531DF0DD.8070809@netlabs.org> <531DF82F.3010607@netlabs.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 08:25:46 -0000 On 11.03.14 03:16, Adam Vande More wrote: Hi Adam, > does not look like: > > 34 419430333 vtbd0 GPT (200G) > 34 128 1 freebsd-boot (64k) > 162 8388608 2 freebsd-swap (4.0G) > 8388770 411041597 3 freebsd-zfs (196G) > > > The question remains unanswered. swapinfo(8) will show the the swap > device in use, and you can use that information to determine if it is > ZFS backed. There was a swap device listed in your earlier post, but > not enough info to determine what if it's the underlying block device. swapinfo: Device 512-blocks Used Avail Capacity /dev/gptid/e4112d88-89ca-11e2-a 8388608 45592 8343016 1% looks like the gptid is truncated but gpart list shows: . Name: vtbd0p2 Mediasize: 4294967296 (4.0G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 82944 Mode: r1w1e1 rawuuid: e4112d88-89ca-11e2-a867-3264262b9894 rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b label: (null) length: 4294967296 offset: 82944 type: freebsd-swap index: 2 end: 8388769 start: 162 # zpool status pool: tank state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 vtbd0p3 ONLINE 0 0 0 so I guess it is indeed not zfs, right? regards Adrian