From owner-freebsd-stable@FreeBSD.ORG Tue Dec 2 23:25:04 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53C1347E for ; Tue, 2 Dec 2014 23:25:04 +0000 (UTC) Received: from mamba.tntpowerhost.com (mamba.tntpowerhost.com [208.100.19.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1AC2E3E2 for ; Tue, 2 Dec 2014 23:25:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kane.mn; s=default; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=jC0flShpLD/L0BY2AdH2/B2om+cO2TbwPKPRNd2Slgk=; b=SXUMWiisowLNVOXievZ/aidqGrRKNSGclzZra9/LJlonoKVHXlpVTEIjV+tIbm0DIlO4xJAEUngUP0MzpcsgKLvUNAWrUyYfVF6lefF773ruwYr80eg8DHOyPFoDmFjDw+imdfvyGBBJfQeYbKthnoWd++ckHyBIM+7dtJ/QvQA=; Received: from localhost ([::1]:42431 helo=mamba.tntpowerhost.com) by mamba.tntpowerhost.com with esmtpa (Exim 4.84) (envelope-from ) id 1XvwoY-0006Bl-Gt; Tue, 02 Dec 2014 17:25:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 02 Dec 2014 17:25:02 -0600 From: Mark Kane To: Freddie Cash Subject: Re: ZFS available space difference between 10.0 and 10.1 In-Reply-To: References: Message-ID: <794adc6a7bafdef4264f2c30f2e5905f@mkproductions.org> X-Sender: mark@kane.mn User-Agent: Roundcube Webmail/1.0.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mamba.tntpowerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kane.mn X-Get-Message-Sender-Via: mamba.tntpowerhost.com: authenticated_id: mark@mkproductions.org X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 23:25:04 -0000 On 2014-12-02 01:19, Freddie Cash wrote: > IIUC, ZFS now reserves 3% of pool space for administrative purposes > (namely > to be able to delete things when "pool is full"). > > So a pool imported on 10.0 will show more available space than a pool > imported on 10.1. Thanks Freddie. I had looked through the 10.1 release notes and UPDATING for any changes in how ZFS reserves space, but did not note anything that looked relevant. Appreciate the info. It probably isn't super common to run pools so close to capacity like this one is (being used for temporary storage from a failed raidz), but if this is a known change that affects existing pools it would be great to have it in the release notes as it has the potential to break existing pools/filesystems in some cases :). Thanks again, -Mark