[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] RHEL5 as PVM on RHEL5 xen



On Wed, Apr 11, 2007 at 01:00:06PM +0530, trilok nuwal wrote:
> On 3/30/07, Nico Kadel-Garcia <nkadel@xxxxxxxxx> wrote:
> >
> >trilok nuwal wrote:
> >> Ya,  this is a file disk made by "dd" and then formatted ext3 file
> >> system. Thats why i  able to mount this as i mention in earlier mail.
> >By the way, there are a lot of instructions about doing this out there
> >in the wild that insist on using "dd if=/dev/zero count=[some big
> >number]" to fill the entire disk image. Don't do that unless you want to
> >waste aa lot of time!

Well that really all depends on where you want to waste time.

If you create a sparse file, it is nice and fast for you to create initially.
The disk I/O performance of your guest will be absolutely *TERRIBLE* as it
causes the host to gradually allocate blocks behind the sparse file. So you
easily come out at a net loss.

If you create a non-sparse, fully allocated file, it takes a little while up
front, but the disk I/O performance of your guest will be excellant from the
moment it starts.

For dev / testing where you're never likely to actually use the whole of
the disk image, its worth doing sparse files, but for production where
performance of the guest matters, use non-sparse.

Dan.
-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 978 392 2496 -=|
|=-           Perl modules: http://search.cpan.org/~danberr/              -=|
|=-               Projects: http://freshmeat.net/~danielpb/               -=|
|=-  GnuPG: 7D3B9505   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505  -=| 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.