Re: avoid soft lockups

2009-10-05 Thread James Brackinshaw
On Fri, Oct 2, 2009 at 7:47 PM, Marcelo Tosatti  wrote:
> On Fri, Oct 02, 2009 at 01:54:22PM +0200, James Brackinshaw wrote:
>> Hello,
>>
>> If I suspend and resume a guest under kvm, or I migrate it from one
>> host to another, I sometimes get a soft lockup.
>>
>> Is there a timer mode to prevent or reduce the likelihood of these?
>
> Not yet. For now you can either disable softlockup in the guest, or live
> with the spurious warnings.

Oh good, so they really are nothing to worry about - thanks!
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


avoid soft lockups

2009-10-02 Thread James Brackinshaw
Hello,

If I suspend and resume a guest under kvm, or I migrate it from one
host to another, I sometimes get a soft lockup.

Is there a timer mode to prevent or reduce the likelihood of these?

Thanks

JB
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: virt-install: hda disks?

2009-09-30 Thread James Brackinshaw
> virt-install --os-variant virtio26
>
> which will take care of disk and networking defaults.
>
> - Cole
>

Ah. For networking, is this in addition to, or instead of  ?
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: virt-install: hda disks?

2009-09-30 Thread James Brackinshaw
On Wed, Sep 30, 2009 at 4:51 PM, Cole Robinson  wrote:
> On 09/30/2009 10:28 AM, James Brackinshaw wrote:
>> Hi,
>>
>> Not sure if this is the right place to ask this.
>>
>
> virt-install questions should be directed to virt-tools-l...@redhat.com

Thanks.

>> I'm getting hda disks by default with kvm under RHEL5.4 using
>> virt-install. This seems an odd default. Is there a reason for hda
>> disks over sda disks? Can I change this?
>>
>
> virt-install/libvirt defaults to IDE for disk devices (as does directly
> launching qemu or kvm). These disks will show up in a RHEL5 guest as
> /dev/hda, etc. In newer distros, these disks show up as /dev/sda, etc.
> It's just a matter of the RHEL5 stack being older than the hdX -> sdX
> change.
>
> If you want to use scsi disks via virt-install, you can use:
>
> virt-install --disk ...,bus=scsi
>
> Though AIUI it's generally considered buggy at the qemu level, and may
> even be disabled in RHEL5.4
>
> - Cole

Is virtio stable and recommended?
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


virt-install: hda disks?

2009-09-30 Thread James Brackinshaw
Hi,

Not sure if this is the right place to ask this.

I'm getting hda disks by default with kvm under RHEL5.4 using
virt-install. This seems an odd default. Is there a reason for hda
disks over sda disks? Can I change this?

Thanks,

JB
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html