From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: differencing disks support Date: Thu, 09 Jun 2011 08:24:28 +0200 Message-ID: References: <4DEFD70E.4020209@cdf.toronto.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Iordan Iordanov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22341 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751382Ab1FIGZG (ORCPT ); Thu, 9 Jun 2011 02:25:06 -0400 In-Reply-To: <4DEFD70E.4020209@cdf.toronto.edu> (Iordan Iordanov's message of "Wed, 08 Jun 2011 16:09:50 -0400") Sender: kvm-owner@vger.kernel.org List-ID: Iordan Iordanov writes: > Does KVM support or plan to support differencing disks (where there is > a read-only source disk, and each person running a virtual machine can > save block-level changes that their virtual machine is making to the > disk in a separate "differencing" image)? > > If so, can somebody suggest how I may make use of this feature > (i.e. building the newest version from source, and any other > requirements). Check out image format qcow2. LVM snapshots were already mentioned.