From owner-freebsd-fs@FreeBSD.ORG Sat Apr 20 17:40:03 2013 Return-Path: Delivered-To: freebsd-fs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 27CB1CBE for ; Sat, 20 Apr 2013 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1A83F7D6 for ; Sat, 20 Apr 2013 17:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3KHe2IS067656 for ; Sat, 20 Apr 2013 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3KHe2HQ067655; Sat, 20 Apr 2013 17:40:02 GMT (envelope-from gnats) Date: Sat, 20 Apr 2013 17:40:02 GMT Message-Id: <201304201740.r3KHe2HQ067655@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org Cc: From: "Steven Hartland" Subject: Re: kern/177985: [zfs] disk usage problem when copying from one zfs dataset to another on the same pool using mv command X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Steven Hartland List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 17:40:03 -0000 The following reply was made to PR kern/177985; it has been noted by GNATS. From: "Steven Hartland" To: , Cc: Subject: Re: kern/177985: [zfs] disk usage problem when copying from one zfs dataset to another on the same pool using mv command Date: Sat, 20 Apr 2013 18:30:26 +0100 Deletes / frees are lower priority than standard writes / reads so its quite possible in the scenario you describe that you could run out of space. Could you please confirm the exact behaviour by allow mv to process a number of files, before suspending and seeing if the free space is correct for the current progress after waiting for the pool to sync all outstanding requests. Regards Steve