Re: [libvirt] virsh create Guest Crashing

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

 



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

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]