From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jmandawg" Subject: RE: XP guests sluggish after around 1 week of uptime Date: Mon, 19 Jan 2009 08:00:15 -0500 Message-ID: References: <496B4757.1090207@redhat.com> <496C5EDD.9000901@redhat.com> <49746CA7.3000907@redhat.com> <49747614.4010403@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "'KVM list'" To: "'Avi Kivity'" Return-path: Received: from bay0-omc3-s18.bay0.hotmail.com ([65.54.246.218]:30014 "EHLO bay0-omc3-s18.bay0.hotmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760634AbZASNAU (ORCPT ); Mon, 19 Jan 2009 08:00:20 -0500 In-Reply-To: <49747614.4010403@redhat.com> Message-ID: <000b01c97a35$df21a7f0$9d64f7d0$@com> Content-Language: en-us Sender: kvm-owner@vger.kernel.org List-ID: > -----Original Message----- > From: Avi Kivity [mailto:avi@redhat.com] > Sent: Monday, January 19, 2009 7:46 AM > To: jmandawg > Cc: KVM list > Subject: Re: XP guests sluggish after around 1 week of uptime > > (re-add kvm@vger) > > > Software RAID or hardware RAID? > > I think the root cause is the RAID here, not kvm. > Some suggestions: > - use the raw format directly on top of LVM. That is, use -drive > file=/dev/volgroup/logvol. > - if you use the raw format, disable disk caching: -drive > file=/dev/volgroup/logvol,cache=off > - try non-RAID5 storage > > To migrate your volumes, use > > qemu-img convert /path/to/image.qcow -O raw /dev/volgroup/logvol > > Be sure to size the volume appropriately (same size as the virtual image). > > This seems fine if a bit low. You'll get better numbers sitting > directly atop LVM. > > -- > error compiling committee.c: too many arguments to function Yes, it is software raid, I will try moving the guest images to one of my other disks that is not RAIDed on their own LVM volume. Does the LVM logical volume size need to be equal the guest disk size exactly? I will let you know the results. Thanks again for the help, -J