WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] TRIM support for VDI

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] TRIM support for VDI
From: George Shuklin <nge@xxxxxxxx>
Date: Thu, 24 Jun 2010 18:09:30 +0400
Delivery-date: Thu, 24 Jun 2010 07:10:40 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1277388571; bh=ufZUzIHLzm1dTOKqUxwvb/IYNhRs15nFh0poiwkNfHc=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=aELQupzNdNiA9tzLiVzWQCf+j1Wr9P1zmLVRp5aqO/0DMNwoVnbbrw/bJU6wfFPcq u8JEePQdf/68cPSgNTbpgNmKZmD0Q+DwwB/MMAeWiAgxT1ZMq4JvK5a1LDRES7g+uA 7Bth2h4jFRdwZMZ3m5b/m2NhC7/hW7bzvuVL5U2I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Good day.

We have small discussion about way to dynamically allocate disk space on block 
devices for guest VM, and there is small idea:

If we creating sparsed VDI, it allow guest drive to grown 'on-demand', but we 
have no mechanism to put back to 'common pool' free drive space when files are 
removed in guest VM.

But we have nice command from SSD to make space free again: this command named 
TRIM. Most of modern operating system support it or will support in near future.

All we need - just to make trimmed area sparsed back again. And it we use a 
nice top-level storage with information deduplication, if we fill trimmed area 
by zeroes, it will be automatically deduplicated! And free space will be 
avaible for other VM!

-- 
wBR,George.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] TRIM support for VDI, George Shuklin <=