于 2011年09月21日 22:38, Gian Uberto Lauri 写道:
Hello gentlemen!
I just experienced this weird thing:
I have 2 machines (one is a Dell Pe1950 with 2 Xeon 5130, the other is
a Fujitsu RX200S6 with 2 Xeon E5645), both run CentoOS 5.6, the DELL
has the 2.6.18-238.9.1.el5 while the Fujitsu runs the
2.6.18-238.12.1.el5 kernel.
But when I try to do a virsh create with this script
<domain type='kvm'>
<name>one-292</name>
<memory>1894400</memory>
<os>
<type arch='i686'>hvm</type>
<boot dev='hd'/>
</os>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<source file='/var/lib/one/292/images/disk.0'/>
<target dev='hda'/>
<driver name='qemu' type='qcow2'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/var/lib/one/292/images/disk.1'/>
<target dev='hdb'/>
<readonly/>
<driver name='qemu' type='raw'/>
</disk>
<interface type='bridge'>
<source bridge='br0:0'/>
<mac address='20:00:ac:14:fe:06'/>
</interface>
<graphics type='vnc' listen='0.0.0.0' port='6192'/>
</devices>
</domain>
it works perfectly on the Dell. On the Fujitsu it failed repeatedly
and then worked.
Any explainations and some hint on getting it work always ?
Hi, Gian
What's the error on the Fujitsu box?
Osier