From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeQ5D-0004lW-3U for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:15:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeQ5B-00029V-9T for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:15:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeQ5A-00029O-OU for qemu-devel@nongnu.org; Wed, 06 Jul 2011 07:15:53 -0400 Message-ID: <4E14448E.8010501@redhat.com> Date: Wed, 06 Jul 2011 13:18:38 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4E0D8555.40102@redhat.com> <1309891128-4458-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <1309891128-4458-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] sheepdog: add full data preallocation support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: sheepdog@lists.wpkg.org, qemu-devel@nongnu.org Am 05.07.2011 20:38, schrieb MORITA Kazutaka: > This introduces qemu-img create option for sheepdog which allows the > data to be fully preallocated (note that sheepdog always preallocates > metadata). > > The option is disabled by default and you need to enable it like the > following: > > qemu-img create sheepdog:test -o preallocation=full 1G > > Signed-off-by: MORITA Kazutaka > Signed-off-by: FUJITA Tomonori Thanks, applied to the block branch. Kevin