From owner-freebsd-fs@freebsd.org Tue Aug 11 10:19:30 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 388AD99EEC0 for ; Tue, 11 Aug 2015 10:19:30 +0000 (UTC) (envelope-from freebsd-fs@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) (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 E53351D25 for ; Tue, 11 Aug 2015 10:19:29 +0000 (UTC) (envelope-from freebsd-fs@herveybayaustralia.com.au) Received: from [192.168.0.170] (laptop1.herveybayaustralia.com.au [192.168.0.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 9EAB961F85 for ; Tue, 11 Aug 2015 20:19:17 +1000 (EST) Subject: Re: Urgently need some help solving lost space due to snapshots during receive op To: freebsd-fs@freebsd.org References: <55C82BCD.2050404@herveybayaustralia.com.au> <55C863DE.3000200@digiware.nl> <60563a3f.3d0a7128@fabiankeil.de> From: Da Rock Message-ID: <55C9CC22.7060802@herveybayaustralia.com.au> Date: Tue, 11 Aug 2015 20:19:14 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <60563a3f.3d0a7128@fabiankeil.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 10:19:30 -0000 On 10/08/2015 20:34, Fabian Keil wrote: > Willem Jan Withagen wrote: > >> On 10-8-2015 06:42, Da Rock wrote: >>> I'm trying to move a pool from one system to another - exact same hdd >>> and config, different in other areas. Both register same space >>> available, and so should be no issue. The old system is quite full - >>> still at least 5% free though. >> Are the versions of your FreeBSD also equal? >> >> Because in newer version, the free space reservation is significantly >> bigger. So if disks are equal size, then with newer FreeBSDs you have >> less usable space available. >> Don't know the exact SVN commit where it happened. But there are more >> question on this topic in the list, and they all boil down to the same >> thing: ZFS needs more reserved space to be able to do certain things >> without freezing the system. >> >> I've not read any suggestions that you can circumvent this setting. > You can increase the usable space by increasing vfs.zfs.spa_slop_shift: > > fk@r500 ~ $sysctl vfs.zfs.spa_slop_shift > vfs.zfs.spa_slop_shift: 6 > fk@r500 ~ $zfs list tank > NAME USED AVAIL REFER MOUNTPOINT > tank 190G 34.4G 136K /tank > fk@r500 ~ $sudo sysctl vfs.zfs.spa_slop_shift=7 > vfs.zfs.spa_slop_shift: 6 -> 7 > fk@r500 ~ $zfs list tank > NAME USED AVAIL REFER MOUNTPOINT > tank 190G 36.2G 136K /tank > > Fabian What version is that on? I don't have the OID.