https://bugzilla.novell.com/show_bug.cgi?id=653788 https://bugzilla.novell.com/show_bug.cgi?id=653788#c13 --- Comment #13 from Carlos Costa e Silva <carlos@keysoft.pt> 2010-12-14 00:54:49 WET --- Changed the line in xendomains, restarted the dom0, domU still doesn't restore, with same error in xend.log. Also, for further tests, copied the 11.3x32 domU disk to another test machine [a new 11.3x64 dom0, while the prod machine is a 11.2 -> 11.3 upgrade], created the domU, restarted the domU for safety, xm save ..., xm restore failed. Here is the "virsh create" config for the domU domain: <domain type='xen'> <name>ksdev</name> <uuid>34234b1b-65c2-0528-1bcc-5ce9b41402ea</uuid> <description>KS Development</description> <memory>524288</memory> <currentMemory>524288</currentMemory> <vcpu>1</vcpu> <bootloader>/usr/bin/pygrub</bootloader> <bootloader_args>-q</bootloader_args> <os> <type>linux</type> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/lib/xen/bin/qemu-dm</emulator> <disk type='file' device='disk'> <driver name='tap' type='aio'/> <source file='/var/lib/xen/images/ksdev/disk0.raw'/> <target dev='xvda' bus='xen'/> </disk> <disk type='file' device='disk'> <driver name='tap' type='cdrom'/> <source file='/var/lib/xen/images/shared/openSUSE-11.3-DVD-i586.iso'/> <target dev='xvdb' bus='xen'/> <readonly/> </disk> <interface type='bridge'> <mac address='00:16:36:cc:0d:e6'/> <source bridge='br0'/> <script path='/etc/xen/scriqpts/vif-bridge'/> <target dev='vif-1.0'/> </interface> <console type='pty'> <target port='0'/> </console> <input type='mouse' bus='xen'/> <graphics type='vnc' port='-1' autoport='yes' keymap='pt'/> </devices> </domain> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.