LVM on dom0 or domu?<br><br><div class="gmail_quote">2009/5/20 Christopher G. Stach II <span dir="ltr"><<a href="mailto:cgs@ldsys.net">cgs@ldsys.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">----- "Francisco Pérez" <<a href="mailto:fperez.x@gmail.com">fperez.x@gmail.com</a>> wrote:<br>
<br>
</div><div class="im">> I guess the bad performance it goes with the writing. For example on<br>
> decompression of a big tar.gz, installing rpm packages. Also on<br>
> restoring a MySQL Database...<br>
><br>
> The first clue when i knew that something were wrong was on the FS<br>
> formating stage. It took really long time to format 40 GB to ext3. I<br>
> did the same on other machine with a sata disk... surprise! same<br>
> software and hardware config except for the inferior disk type and did<br>
> it in no time.<br>
<br>
</div>It sounds like your the virtual disk file is sparse.  If that's the case, you traded performance for space.  It not only has to deal with the underlying filesystem, but it allocates the space on demand and hits that filesystem's journal.  Try an LVM logical disk and see how that performs.<br>

<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Christopher G. Stach II<br>
<br>
<br>
_______________________________________________<br>
CentOS-virt mailing list<br>
<a href="mailto:CentOS-virt@centos.org">CentOS-virt@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-virt" target="_blank">http://lists.centos.org/mailman/listinfo/centos-virt</a><br>
</div></div></blockquote></div><br>