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

Re: [Xen-users] Re: Which distro to use for Dom0

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: Which distro to use for Dom0
From: Christian Zoffoli <czoffoli@xxxxxxxxxxx>
Date: Mon, 24 Jan 2011 22:47:58 +0100
Cc: Bart Coninckx <bart.coninckx@xxxxxxxxxx>
Delivery-date: Mon, 24 Jan 2011 13:49:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1295723895832-3353111.post@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4D2DC6AF.4090303@xxxxxxxxxxxxxxxx> <4D2DEC5B.1070407@xxxxxxxxxxx> <1295723895832-3353111.post@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110105 Lightning/1.0b2 Thunderbird/3.1.7
in sles you have the following:

~ # xm --help | grep snap
 snapshot-create      Snapshot a running domain.
 snapshot-list        List available snapshots for a domain.
 snapshot-apply       Apply previous snapshot to domain.
 snapshot-delete      Delete snapshot of domain.


and to use such feature with your domU you have to start the vm in this way:

xm new dom1
xm start dom1

and then you can make

xm snapshot-create dom1 dom1-snap

I've not tried other image formats like vhd only qcow2

just a litte note qcow2 on OCFS2 is not very fast

Best regards,
Christian



Il 22/01/2011 20:18, Bart Coninckx ha scritto:
> 
> 
> Christian Zoffoli wrote:
>>
>> debian and xen are actually in different planets ...live migration is a
>> pain and there are many problems in general.
>>
>> If you whant something stable, updated and so on, suse sles 11 sp1 is
>> the way.
>>
>> Here are the main reasons:
>> - it's based on xen 4.0 + many interesting additions (for example
>> virtual machines snapshots --> **not only disk snapshots**)
>> - it's integrated with the new cluster stack (pacemaker and friends)
>> - it's integrated with OCFS2 (with many interesting patches in the tree)
>> - it's integrated with CLVM (on pacemaker & friends)
>> - it has pv over hvm drivers for linux and windows (in linux pv over hvm
>> for 64bit VMs is better performing)
>> - it has a fully working and certified infiniband stack
>> - it's more lightweight than redhat (it's possible to make very light
>> installations comparable in size/occupied resources to debian)
>> - suse xen kernel is also the starting point of the citrix xenserver
>> ...so it's not something different  / unmaintained etc
>>
>> >From a performance perspective I suggest you to directly use CLVM for VM
>> images storage because I've seen poor performances in QCOW2 over OCFS2
>> setups.
>>
>> The only big problem I can see in the future of suse is the acquisition
>> by a microsoft controlled company of novell ...by the way also citrix is
>> very microsoft dependant ...so the soup is almost the same.
>>
>>
>> Best regards,
>> Christian
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>>
>>
> 
> Christian,
> 
> I am particularly interested in the new snapshotting features you mention. I
> could not find anything in the SLES11SP1 Xen documentation about it though.
> Is this about the following out of the Xen 4.0 docs?:
> 
>     114 Snapshots:
>     115 
>     116 Pausing a guest will also plug the corresponding IO queue for
> blktap2
>     117 devices and stop blktap2 drivers.  This can be used to implement a
>     118 safe live snapshot of qcow and vhd disks.  An example script
> "xmsnap"
>     119 is shown in the tools/blktap2/drivers directory.  This script will
>     120 perform a live snapshot of a qcow disk.  VHD files can use the
>     121 "vhd-util snapshot" tool discussed above.  If this snapshot command
> is
>     122 applied to a raw file mounted with tap:tapdisk:AIO, include the -m
>     123 flag and the driver will be reloaded as VHD.  If applied to an
> already
>     124 mounted VHD file, omit the -m flag.
>     125 
> 
> 
> thx,
> 
> B.
> 


-- 
Christian Zoffoli (XMerlin)

You never change things by fighting the existing reality. To change
something, build a new model that makes the existing model obsolete."
-- R. Buckminster Fuller

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

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