WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] [SPAM] Migration error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] [SPAM] Migration error
From: Pepo Viola <pepoviola@xxxxxxxxx>
Date: Fri, 12 Jun 2009 17:16:40 -0300
Delivery-date: Fri, 12 Jun 2009 13:18:16 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ah51f+LlweEjBSGmFFeikNIm8rO9Dq2bRMNeWaDR/gQ=; b=T2q3w9tvXj0duZp6KKiSBXpNT4H/ug2LgTmtswRFSjkRrCyrE+ywwKagQZtQza1zf5 wy0RCMHFvaByV2KQ91y8sqJZKhMD6nMjAU3voaE6BwAFCPt3yxqeVDJneky+ho4YquzP BTkeOt1FE7mKswlctZBRAvKvxIFtb82YbG3Hg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pEgVJbNZZlF1+8NOuuaRnjix5wmOXnhAgoExC3jPq7OelweA6sFoD6cO71IZ6Ausb2 ZL/3t6iKCJfE9MH0UvJXw5xVpPAsQf49QsHsJeWIIpJSjNlPcMIq3FI64nsND+PUDx3u RgeAYHTPgrKS+wDOuqpmeNeF5ycs9jmQLMsJw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Low
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
                 when i try to migrate a vm (from host A to host B), the migration process return ok but in host B the vm its frezzeing and show these:

xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0  1000     8     r-----   6786.4
vm-999997                                   40   512     2     -b----      0.0

The config file and the qcow files are all in a NAS and both host can see.

This is the config file:

name = 'vm-999997'
memory = '512'
disk = [ 'file:/virtuales/vsstd1/vm-999997.root,hda,w',
         'file:/virtuales/vsstd1/vm-999997.swap,hdb,w',
         'file:/virtuales/vsstd1/vm-999997.opt,hdc,w' ]
vif = [ 'mac=00:16:3e:99:99:97, bridge=xenbr1761', ]
vfb = [ 'type=vnc,vncpasswd=xxxxxx,vncdisplay=673']
root = '/dev/hda1'
extra = 'ro xencons=xvc video=xenfb'
kernel = '/opt/vm-manager/kernel-domU-64'
vcpus = 2
>on_reboot   = 'restart'
on_crash    = 'restart'
cpu_cap = 15
cpu_weight = 256


======
This is the log of migration in host A:

[2009-06-12 16:41:30 25049] TRACE (__init__:1072) XendDomainInfo.storeChanged
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) [xc_save]: /usr/lib64/xen/bin/xc_save 20 49 0 0 0
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) suspend
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) In saveInputHandler suspend
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) Suspending 49 ...
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) XendDomainInfo.shutdown(suspend)
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch
[2009-06-12 16:41:30 25049] INFO (__init__:1072) Domain 49 suspended.
[2009-06-12 16:41:30 25049] TRACE (__init__:1072) XendDomainInfo.update({'paused': 0, 'cpu_time': 15300992671001L, 'ssidref': 1098911348, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'mem_kb': 960512L, 'domid': 0, 'max_vcpu_id': 3, 'crashed': 0, 'running': 1, 'maxmem_kb': 17179869180L, 'shutdown': 0, 'online_vcpus': 4, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0}) on domain 0
[2009-06-12 16:41:30 25049] DEBUG (__init__:1072) Written done

(...)
[2009-06-12 16:41:35 25049] INFO (__init__:1072) Total pages sent= 131072 (0.98x)
[2009-06-12 16:41:35 25049] INFO (__init__:1072) (of which 0 were fixups)
[2009-06-12 16:41:35 25049] INFO (__init__:1072) All memory is saved
[2009-06-12 16:41:35 25049] INFO (__init__:1072) Save exit rc=0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDomain(49)
(...)
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Destroying device model
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Releasing devices
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vif/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vbd/768
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/768
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vbd/832
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/832
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vbd/5632
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/5632
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vkbd/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vkbd, device = vkbd/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing vfb/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = vfb, device = vfb/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Removing console/0
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2009-06-12 16:41:35 25049] TRACE (__init__:1072) XendDomainInfo.update done on domain None: {'vcpus_params': {'cap': 15, 'weight': 256}, 'PV_args': 'root=/dev/hda1 ro xencons=xvc video=xenfb', 'features': '', 'cpus': [], 'paused': 0, 'shutdown_reason': 2, 'actions_after_reboot': 'restart', 'vcpu_avail': 3, 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'restart', 'vbd_refs': ['f4ff30c5-6663-405c-a04f-f4fc5d5fda54', 'b1387d37-8e42-249a-6b8a-734f5db1e53a', '67e598a7-9eb7-1753-15dc-22489c961311'], 'PV_ramdisk': '', 'memory_dynamic_min': 536870912, 'name_label': 'migrating-vm-999997', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'device_model': '/usr/lib64/xen/bin/qemu-dm'}, 'PV_kernel': '/opt/vm-manager/kernel-domU-64', 'console_refs': ['8aeaa7af-cd22-6cda-3757-0596966dae23', '5fbda7cf-903b-6240-747f-1fe0827f9ae5'], 'shutdown': 1, 'online_vcpus': 2, 'blocked': 0, 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': '', 'domid': 49, 'VCPUs_max': 2, 'start_time': 1244835541.007163, 'memory_static_max': 536870912, 'actions_after_shutdown': 'restart', 'on_xend_start': 'ignore', 'crashed': 0, 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'is_control_domain': False, 'uuid': '3744bced-9547-fcdf-dcef-733f2f16d611', 'cpu_time': 4.2077909480000004, 'shadow_memory': 0, 'dying': 1, 'PV_bootloader_args': '', 'notes': {'FEATURES': 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel', 'VIRT_BASE': 18446744071562067968L, 'GUEST_VERSION': '2.6', 'PADDR_OFFSET': 18446744071562067968L, 'GUEST_OS': 'linux', 'HYPERCALL_PAGE': 18446744071564189696L, 'LOADER': 'generic', 'SUSPEND_CANCEL': 1, 'ENTRY': 18446744071564165120L, 'XEN_VERSION': 'xen-3.0'}, 'other_config': {}, 'running': 0, 'devices': {'5fbda7cf-903b-6240-747f-1fe0827f9ae5': ('console', {'other_config': {}, 'protocol': 'vt100', 'uuid': '5fbda7cf-903b-6240-747f-1fe0827f9ae5', 'location': '2'}), 'b1387d37-8e42-249a-6b8a-734f5db1e53a': ('vbd', {'uuid': 'b1387d37-8e42-249a-6b8a-734f5db1e53a', 'bootable': 0, 'devid': 832, 'driver': 'paravirtualised', 'dev': 'hdb', 'uname': 'file:/virtuales/vsstd1/vm-999997.swap', 'mode': 'w'}), '96a12620-63b2-614c-7545-ca24181b373a': ('vkbd', {'devid': 0, 'uuid': '96a12620-63b2-614c-7545-ca24181b373a'}), 'f4ff30c5-6663-405c-a04f-f4fc5d5fda54': ('vbd', {'uuid': 'f4ff30c5-6663-405c-a04f-f4fc5d5fda54', 'bootable': 1, 'devid': 768, 'driver': 'paravirtualised', 'dev': 'hda', 'uname': 'file:/virtuales/vsstd1/vm-999997.root', 'mode': 'w'}), '6bf69c02-0337-70c3-659d-e4e2ddc13c39': ('vif', {'bridge': 'xenbr1761', 'mac': '00:16:3e:99:99:97', 'devid': 0, 'uuid': '6bf69c02-0337-70c3-659d-e4e2ddc13c39'}), '8aeaa7af-cd22-6cda-3757-0596966dae23': ('vfb', {'devid': 0, 'uuid': '8aeaa7af-cd22-6cda-3757-0596966dae23', 'other_config': {'vncpasswd': 'pepo', 'type': 'vnc', 'vncdisplay': '673', 'xauthority': '/root/.Xauthority'}, 'vncdisplay': '673', 'vncpasswd': 'pepo', 'location': 'localhost:6573', 'type': 'vnc', 'xauthority': '/root/.Xauthority'}), '67e598a7-9eb7-1753-15dc-22489c961311': ('vbd', {'uuid': '67e598a7-9eb7-1753-15dc-22489c961311', 'bootable': 0, 'devid': 5632, 'driver': 'paravirtualised', 'dev': 'hdc', 'uname': 'file:/virtuales/vsstd1/vm-999997.opt', 'mode': 'w'})}, 'vif_refs': ['6bf69c02-0337-70c3-659d-e4e2ddc13c39'], 'vtpm_refs': []}
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) No device model
[2009-06-12 16:41:35 25049] DEBUG (__init__:1072) Releasing devices

======
This is the log of migration in host B(destination):

[2009-06-12 16:41:30 4533] DEBUG (XendDomainInfo:217) XendDomainInfo.restore(['domain', ['domid', '49'], ['on_crash', 'restart'], ['uuid', '3744bced-9547-fcdf-dcef-733f2f16d611'], ['bootloader_args'], ['vcpus', '2'], ['name', 'vm-999997'], ['on_poweroff', 'restart'], ['on_reboot', 'restart'], ['bootloader'], ['maxmem', '512'], ['memory', '512'], ['shadow_memory', '0'], ['vcpu_avail', '3'], ['features'], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['start_time', '1244835541.01'], ['cpu_time', '0.0'], ['online_vcpus', '1'], ['image', ['linux', ['kernel', '/opt/vm-manager/kernel-domU-64'], ['args', 'root=/dev/hda1 ro xencons=xvc video=xenfb'], ['device_model', '/usr/lib64/xen/bin/qemu-dm'], ['notes', ['FEATURES', 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel'], ['VIRT_BASE', '18446744071562067968'], ['GUEST_VERSION', '2.6'], ['PADDR_OFFSET', '18446744071562067968'], ['GUEST_OS', 'linux'], ['HYPERCALL_PAGE', '18446744071564189696'], ['LOADER', 'generic'], ['SUSPEND_CANCEL', '1'], ['ENTRY', '18446744071564165120'], ['XEN_VERSION', 'xen-3.0']]]], ['status', '2'], ['state', '--p---'], ['store_mfn', '274968'], ['console_mfn', '274967'], ['device', ['vif', ['bridge', 'xenbr1761'], ['mac', '00:16:3e:99:99:97'], ['script', 'vif-bridge'], ['uuid', '6bf69c02-0337-70c3-659d-e4e2ddc13c39'], ['backend', '0']]], ['device', ['vbd', ['uname', 'file:/virtuales/vsstd1/vm-999997.root'], ['uuid', 'f4ff30c5-6663-405c-a04f-f4fc5d5fda54'], ['mode', 'w'], ['dev', 'hda:disk'], ['backend', '0'], ['bootable', '1'], ['VDI']]], ['device', ['vbd', ['uname', 'file:/virtuales/vsstd1/vm-999997.swap'], ['uuid', 'b1387d37-8e42-249a-6b8a-734f5db1e53a'], ['mode', 'w'], ['dev', 'hdb:disk'], ['backend', '0'], ['bootable', '0'], ['VDI']]], ['device', ['vbd', ['uname', 'file:/virtuales/vsstd1/vm-999997.opt'], ['uuid', '67e598a7-9eb7-1753-15dc-22489c961311'], ['mode', 'w'], ['dev', 'hdc:disk'], ['backend', '0'], ['bootable', '0'], ['VDI']]], ['device', ['vkbd', ['backend', '0']]], ['device', ['vfb', ['uuid', '8aeaa7af-cd22-6cda-3757-0596966dae23'], ['vncdisplay', '673'], ['vncpasswd', 'XXXXXXXX'], ['location', 'localhost:6573'], ['type', 'vnc'], ['xauthority', '/root/.Xauthority']]], ['device', ['console', ['protocol', 'vt100'], ['location', '2'], ['uuid', '5fbda7cf-903b-6240-747f-1fe0827f9ae5']]]])
[2009-06-12 16:41:30 4533] DEBUG (XendDomainInfo:1620) XendDomainInfo.constructDomain
[2009-06-12 16:41:30 4533] DEBUG (balloon:132) Balloon: 32072172 KiB free; need 2048; done.
[2009-06-12 16:41:30 4533] DEBUG (XendDomain:443) Adding Domain: 40
(...)
[2009-06-12 16:41:30 4533] DEBUG (image:232) Stored a VNC password for vfb access
[2009-06-12 16:41:30 4533] DEBUG (XendCheckpoint:218) restore:shadow=0x0, _static_max=0x20000000, _static_min=0x0,
[2009-06-12 16:41:30 4533] DEBUG (balloon:132) Balloon: 32072164 KiB free; need 524288; done.
[2009-06-12 16:41:30 4533] DEBUG (XendCheckpoint:235) [xc_restore]: /usr/lib/xen-3.2-1/bin/xc_restore 5 40 1 2 0 0 0
[2009-06-12 16:41:30 4533] INFO (XendCheckpoint:373) xc_domain_restore start: p2m_size = 20800
[2009-06-12 16:41:30 4533] INFO (XendCheckpoint:373) Reloading memory pages:   0%
[2009-06-12 16:41:35 4533] INFO (XendCheckpoint:373) Received all pages (0 races)
[2009-06-12 16:41:35 4533] INFO (XendCheckpoint:3100%
[2009-06-12 16:41:35 4533] INFO (XendCheckpoint:373) Memory reloaded (3064 pages)
[2009-06-12 16:41:35 4533] INFO (XendCheckpoint:373) Domain ready to be built.
[2009-06-12 16:41:35 4533] INFO (XendCheckpoint:373) Restore exit with rc=0
[2009-06-12 16:41:35 4533] DEBUG (XendCheckpoint:344) store-mfn 8515208
[2009-06-12 16:41:35 4533] DEBUG (XendCheckpoint:344) console-mfn 8515207
[2009-06-12 16:41:35 4533] DEBUG (XendDomainInfo:1840) XendDomainInfo.completeRestore
[2009-06-12 16:41:35 4533] TRACE (XendDomainInfo:2300) XendDomainInfo.update({'paused': 0, 'cpu_time': 6784942150250L, 'ssidref': 73744, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'mem_kb': 1024000L, 'domid': 0, 'max_vcpu_id': 7, 'crashed': 0, 'running': 1, 'maxmem_kb': 17179869180L, 'shutdown': 0, 'online_vcpus': 8, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0}) on domain 0
[2009-06-12 16:41:35 4533] TRACE (XendDomainInfo:2325) XendDomainInfo.update done on domain 0: {'vcpus_params': {}, 'PV_args': '', 'features': '', 'cpus': [], 'paused': 0, 'shutdown_reason': 0, 'actions_after_reboot': 'restart', 'shutdown': 0, 'security_label': '', 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'restart', 'vbd_refs': [], 'PV_ramdisk': '', 'memory_dynamic_min': 1048576000L, 'name_label': 'Domain-0', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {}, 'PV_kernel': '', 'console_refs': [], 'online_vcpus': 8, 'blocked': 0, 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': '', 'domid': 0, 'VCPUs_max': 8, 'memory_static_max': 17592186040320L, 'actions_after_shutdown': 'destroy', 'on_xend_start': 'ignore', 'crashed': 0, 'memory_dynamic_max': 1048576000L, 'actions_after_suspend': '', 'is_a_template': False, 'vcpu_avail': 255, 'is_control_domain': True, 'uuid': '00000000-0000-0000-0000-000000000000', 'cpu_time': 6784.9421502499999, 'shadow_memory': 0, 'dying': 0, 'PV_bootloader_args': '', 'other_config': {}, 'running': 1, 'devices': {}, 'vif_refs': [], 'vtpm_refs': []}
[2009-06-12 16:41:35 4533] TRACE (XendDomainInfo:2300) XendDomainInfo.update({'paused': 1, 'cpu_time': 0L, 'ssidref': 73744, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'mem_kb': 524288L, 'domid': 40, 'max_vcpu_id': 1, 'crashed': 0, 'running': 0, 'maxmem_kb': 524288L, 'shutdown': 0, 'online_vcpus': 2, 'handle': [55, 68, 188, 237, 149, 71, 252, 223, 220, 239, 115, 63, 47, 22, 214, 17], 'blocked': 0}) on domain 40
[2009-06-12 16:41:35 4533] DEBUG (image:232) Stored a VNC password for vfb access
[2009-06-12 16:41:35 4533] TRACE (XendDomainInfo:2325) XendDomainInfo.update done on domain 40: {'vcpus_params': {'cap': 0, 'weight': 256}, 'PV_args': 'root=/dev/hda1 ro xencons=xvc video=xenfb', 'features': '', 'cpus': [], 'paused': 1, 'shutdown_reason': 0, 'actions_after_reboot': 'restart', 'vcpu_avail': 3L, 'VCPUs_live': 1, 'PV_bootloader': '', 'actions_after_crash': 'restart', 'vbd_refs': ['f4ff30c5-6663-405c-a04f-f4fc5d5fda54', 'b1387d37-8e42-249a-6b8a-734f5db1e53a', '67e598a7-9eb7-1753-15dc-22489c961311'], 'PV_ramdisk': '', 'memory_dynamic_min': 536870912, 'name_label': 'vm-999997', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'device_model': '/usr/lib64/xen/bin/qemu-dm'}, 'PV_kernel': '/opt/vm-manager/kernel-domU-64', 'console_refs': ['8aeaa7af-cd22-6cda-3757-0596966dae23', '5fbda7cf-903b-6240-747f-1fe0827f9ae5'], 'shutdown': 0, 'online_vcpus': 2, 'blocked': 0, 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': '', 'domid': 40, 'VCPUs_max': 2, 'start_time': 1244835541.01, 'memory_static_max': 536870912, 'actions_after_shutdown': 'restart', 'on_xend_start': 'ignore', 'crashed': 0, 'memory_dynamic_max': 536870912, 'actions_after_suspend': '', 'is_a_template': False, 'is_control_domain': False, 'uuid': '3744bced-9547-fcdf-dcef-733f2f16d611', 'status': '2', 'cpu_time': 0.0, 'shadow_memory': 0, 'dying': 0, 'PV_bootloader_args': '', 'notes': {'FEATURES': 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel', 'VIRT_BASE': '18446744071562067968', 'GUEST_VERSION': '2.6', 'PADDR_OFFSET': '18446744071562067968', 'GUEST_OS': 'linux', 'HYPERCALL_PAGE': '18446744071564189696', 'LOADER': 'generic', 'SUSPEND_CANCEL': '1', 'ENTRY': '18446744071564165120', 'XEN_VERSION': 'xen-3.0'}, 'other_config': {}, 'running': 0, 'devices': {'5fbda7cf-903b-6240-747f-1fe0827f9ae5': ('console', {'devid': 0, 'protocol': 'vt100', 'location': '2', 'uuid': '5fbda7cf-903b-6240-747f-1fe0827f9ae5'}), 'b1387d37-8e42-249a-6b8a-734f5db1e53a': ('vbd', {'uuid': 'b1387d37-8e42-249a-6b8a-734f5db1e53a', 'bootable': 0, 'devid': 832, 'driver': 'paravirtualised', 'dev': 'hdb:disk', 'uname': 'file:/virtuales/vsstd1/vm-999997.swap', 'mode': 'w', 'backend': '0'}), 'f4ff30c5-6663-405c-a04f-f4fc5d5fda54': ('vbd', {'uuid': 'f4ff30c5-6663-405c-a04f-f4fc5d5fda54', 'bootable': 1, 'devid': 768, 'driver': 'paravirtualised', 'dev': 'hda:disk', 'uname': 'file:/virtuales/vsstd1/vm-999997.root', 'mode': 'w', 'backend': '0'}), '6bf69c02-0337-70c3-659d-e4e2ddc13c39': ('vif', {'bridge': 'xenbr1761', 'uuid': '6bf69c02-0337-70c3-659d-e4e2ddc13c39', 'script': 'vif-bridge', 'devid': 0, 'mac': '00:16:3e:99:99:97', 'backend': '0'}), '8aeaa7af-cd22-6cda-3757-0596966dae23': ('vfb', {'devid': 0, 'xauthority': '/root/.Xauthority', 'other_config': {'vncpasswd': 'pepo', 'type': 'vnc', 'vncdisplay': '673', 'xauthority': '/root/.Xauthority'}, 'vncdisplay': '673', 'vncpasswd': 'pepo', 'location': 'localhost:6573', 'type': 'vnc', 'uuid': '8aeaa7af-cd22-6cda-3757-0596966dae23'}), '67e598a7-9eb7-1753-15dc-22489c961311': ('vbd', {'uuid': '67e598a7-9eb7-1753-15dc-22489c961311', 'bootable': 0, 'devid': 5632, 'driver': 'paravirtualised', 'dev': 'hdc:disk', 'uname': 'file:/virtuales/vsstd1/vm-999997.opt', 'mode': 'w', 'backend': '0'}), '52255aa4-4881-9dbb-b81b-5718d2b5e5a3': ('vkbd', {'devid': 0, 'uuid': '52255aa4-4881-9dbb-b81b-5718d2b5e5a3', 'backend': '0'})}, 'vif_refs': ['6bf69c02-0337-70c3-659d-e4e2ddc13c39'], 'vtpm_refs': []}
[2009-06-12 16:41:35 4533] INFO (image:289) spawning device models: /usr/lib64/xen/bin/qemu-dm ['/usr/lib64/xen/bin/qemu-dm', '-d', '40', '-domain-name', 'vm-999997', '-vnc', '172.20.70.39:673,password', '-serial', 'pty', '-M', 'xenpv']
[2009-06-12 16:41:35 4533] INFO (image:293) device model pid: 7351
[2009-06-12 16:41:35 4533] DEBUG (XendDomainInfo:1008) Storing domain details: {'console/ring-ref': '8515207', 'image/entry': '18446744071564165120', 'console/port': '2', 'store/ring-ref': '8515208', 'image/loader': 'generic', 'vm': '/vm/3744bced-9547-fcdf-dcef-733f2f16d611', 'control/platform-feature-multiprocessor-suspend': '1', 'image/guest-os': 'linux', 'cpu/1/availability': 'online', 'image/features/writable-descriptor-tables': '1', 'image/virt-base': '18446744071562067968', 'memory/target': '524288', 'image/guest-version': '2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit': '1048576', 'image/paddr-offset': '18446744071562067968', 'image/hypercall-page': '18446744071564189696', 'image/suspend-cancel': '1', 'cpu/0/availability': 'online', 'image/features/pae-pgdir-above-4gb': '1', 'image/features/writable-page-tables': '1', 'console/type': 'ioemu', 'image/features/auto-translated-physmap': '1', 'name': 'vm-999997', 'domid': '40', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
[2009-06-12 16:41:35 4533] TRACE (XendDomainInfo:1039) XendDomainInfo.storeChanged
[2009-06-12 16:41:35 4533] DEBUG (XendDomainInfo:1853) XendDomainInfo.completeRestore done
[2009-06-12 16:41:35 4533] DEBUG (DevController:151) Waiting for devices vif.
[2009-06-12 16:41:35 4533] DEBUG (XendDomainInfo:1092) XendDomainInfo.handleShutdownWatch
[2009-06-12 16:41:35 4533] DEBUG (DevController:156) Waiting for 0.
[2009-06-12 16:41:35 4533] DEBUG (DevController:595) hotplugStatusCallback /local/domain/0/backend/vif/40/0/hotplug-status.
[2009-06-12 16:41:35 4533] DEBUG (DevController:609) hotplugStatusCallback 1.
[2009-06-12 16:41:35 4533] DEBUG (DevController:151) Waiting for devices vbd.
[2009-06-12 16:41:35 4533] DEBUG (DevController:156) Waiting for 768.
[2009-06-12 16:41:35 4533] DEBUG (DevController:595) hotplugStatusCallback /local/domain/0/backend/vbd/40/768/hotplug-status.
[2009-06-12 16:41:35 4533] DEBUG (DevController:609) hotplugStatusCallback 1.
[2009-06-12 16:41:35 4533] DEBUG (DevController:156) Waiting for 832.
[2009-06-12 16:41:35 4533] DEBUG (DevController:595) hotplugStatusCallback /local/domain/0/backend/vbd/40/832/hotplug-status.
[2009-06-12 16:41:35 4533] DEBUG (DevController:609) hotplugStatusCallback 1.
[2009-06-12 16:41:35 4533] DEBUG (DevController:156) Waiting for 5632.
[2009-06-12 16:41:35 4533] DEBUG (DevController:595) hotplugStatusCallback /local/domain/0/backend/vbd/40/5632/hotplug-status.
[2009-06-12 16:41:35 4533] DEBUG (DevController:609) hotplugStatusCallback 1.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices irq.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices vkbd.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices vfb.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices console.
[2009-06-12 16:41:36 4533] DEBUG (DevController:156) Waiting for 0.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices pci.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices ioports.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices tap.
[2009-06-12 16:41:36 4533] DEBUG (DevController:151) Waiting for devices vtpm.


regards.-

Pepo viola.-









_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [SPAM] Migration error, Pepo Viola <=