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-api

RE: [Xen-API] How snapshot work on LVMoISCS SR

To: 'Anthony Xu' <anthony@xxxxxxxxx>, "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-API] How snapshot work on LVMoISCS SR
From: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Date: Tue, 26 Jan 2010 10:48:37 +0000
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Tue, 26 Jan 2010 02:49:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1264477399.2927.58.camel@mobl-ant>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <1264477399.2927.58.camel@mobl-ant>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcqeObigHLVmThttSZaiNn9kbpCmtgAOt+AA
Thread-topic: [Xen-API] How snapshot work on LVMoISCS SR
Hi Anthony,

> But after I delete all these 16 snapshots, there is still 16 vhd chains,
> the disk access is still slow, which is not understandable and
> reasonable, even though there may be only several KB difference between
> each snapshot,

There is a background "coalesce" and "GC" process which will delete 14 of these 
16 vhds in the background, provided you haven't called "clone" on any of them: 
the nodes can only be deleted if they are unused.

> is there any way we can reduce depth of vhd chain after deleting
> snapshots? get VM back to normal disk performance.
> 
> And, I notice there are useless vhd volume exist after deleting snap
> shots, can we delete them automatically?

The "GC" process will delete exactly those volumes which are unused, acquiring 
the appropriate locks. Don't delete them yourself or something bad might happen!

Unfortunately there's no current way to monitor the progress of the "coalesce" 
and "GC" :( This is something we hope to improve in the future.

Cheers,
Dave

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>