[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Re: Backup
Hi Paras, I'm not sure if your question was performance related but if your storage system is local then you should see about 50Mbytes/second on a single 7200RPM SATA disk or about 100Mbytes/sec for a single 15000Rpm SAS drive; assuming they have very little disk activity from other VMs. Raid 0 and Raid 5 arrays should be an order of magnitude faster. So speed wise that 9Mbytes/second looks too low. Rob -----Original Message----- From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Ferenc Wagner Sent: 20 November 2008 13:41 To: Paras pradhan Cc: Xen Users Subject: [Xen-users] Re: Backup "Paras pradhan" <pradhanparas@xxxxxxxxx> writes: > Here's what I did: > > To backup: > > 1) Saved the virtual machines' state using: > > xm save guest01 /guest01.save > > 2) lvcreate -s -L 2G -n guest01-snap /dev/vg/guest01-disk > > 3) Restored the VM > > xm restore /guest01.save > > 4) Used DD to create the image > > dd if=/dev/vg/guest01-snap of=/guest01.img > > 5) lvremove /dev/vg/guest01-snap > > To restore: > > 1) I turned off the VM (i don't like this) > > xm shutdown guest01 > > 2) Then run: > > dd if=/guest01.img of=/dev/vg/guest01-disk > > 3) Turn back the VM on > > -- > > My virtual machine is consuming 11GB of space. Now when i do DD while > restoring it took a lot of time. > > > --- > 10737418240 bytes (11 GB) copied, 1189.42 seconds, 9.0 MB/s > > --- > > > Is this normal? Impossible to tell without knowing a lots of details about your storage system. > I don't know if the process that I have used is fine or not. Need > views on this. Looks OK, but be prepared that your filesystems will be unclean after restore. If instead of turning the VM on you did an xm restore again, then your filesystems would be OK, but some operations could be carried out again in the restored domain. -- Cheers, Feri. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users The SAQ Group Registered Office: 18 Chapel Street, Petersfield, Hampshire GU32 3DZ SEMTEC Limited Trading as SAQ is Registered in England & Wales Company Number: 06481952 http://www.saqnet.co.uk AS29219 SAQ Group Delivers high quality, honestly priced communication and I.T. services to UK Business. DSL : Domains : Email : Hosting : CoLo : Servers : Racks : Transit : Backups : Managed Networks : Remote Support. Find us in http://www.thebestof.co.uk/petersfield _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |