[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] virsh create Guest Crashing
- From: Chris Lalancette <clalance redhat com>
- To: Kenneth Nagin <NAGIN il ibm com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] virsh create Guest Crashing
- Date: Mon, 19 May 2008 12:05:50 +0200
You didn't tell us how it crashed, but...
Kenneth Nagin wrote:
> <devices>
> <disk type='file'>
> <source file='/data/images/nagin/c1/ken-30/fedora.fc8.img.sd'/>
> <target dev='sda1'/>
> </disk>
> <disk type='file'>
> <source file='/data/images/nagin/c1/ken-30/fedora.swap'/>.
> <target dev='sda2'/>
> </disk>
The two devices above seem to be wrong, when compared to the Xen configuration
file below. It looks like you want something like:
<devices>
<disk type='file'>
<source file='/data/images/nagin/c1/ken-30/fedora.fc8.img'/>
<target dev='xvda1'/>
</disk>
<disk type='file'>
<source file='/data/images/nagin/c1/ken-30/fedora.swap'/>.
<target dev='xvda2'/>
</disk>
If that doesn't help, please tell us how it crashes, exactly, and give the
console output from the guest (if it gets that far).
Chris Lalancette
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]