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

[Xen-bugs] [Bug 1523] xm save hangs on previously restored domUs



http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1523





------- Comment #9 from andreas.olsowski@xxxxxxxxxxxxxxx  2009-10-07 04:46 
-------
(From update of attachment 894)
><?xml version="1.0"?><html><head/><body><pre>
>[2009-10-07 13:02:01 16084] DEBUG (XendDomainInfo:245) 
>XendDomainInfo.createDormant({'vcpus_params': {'cap': 0, 'weight': 256}, 
>'PV_args': 'root=/dev/hda1 xencons=tty1', 'features': '', 'cpus': [[], []], 
>'devices': {'5033ecd4-adf4-63cd-1748-19cefeddb44a': ('vif', {'bridge': 
>'vlanbr123', 'mac': '00:16:3e:19:9e:c7', 'uuid': 
>'5033ecd4-adf4-63cd-1748-19cefeddb44a'}), 
>'b7b11381-d505-5d70-bf57-b6f1ad2f7a6f': ('vbd', {'uuid': 
>'b7b11381-d505-5d70-bf57-b6f1ad2f7a6f', 'bootable': 1, 'driver': 
>'paravirtualised', 'dev': 'hda1', 'uname': 'phy:/dev/raid/footest-root', 
>'mode': 'w'}), '8995429f-3c05-ce85-d565-038e4fbe05b3': ('vbd', {'uuid': 
>'8995429f-3c05-ce85-d565-038e4fbe05b3', 'bootable': 0, 'driver': 
>'paravirtualised', 'dev': 'hda2', 'uname': 'phy:/dev/raid/footest-swap', 
>'mode': 'w'})}, 'vcpu_avail': 3, 'VCPUs_live': 1, 'PV_bootloader': '', 
>'actions_after_crash': 'restart', 'vbd_refs': 
>['b7b11381-d505-5d70-bf57-b6f1ad2f7a6f', 
>'8995429f-3c05-ce85-d565-038e4fbe05b3'], 'PV_ramdisk': '', '
 is_control_domain': False, 'name_label': 'footest', 'VCPUs_at_startup': 1, 
'HVM_boot_params': {}, 'platform': {'keymap': 'de'}, 'PV_kernel': 
'/boot/vmlinuz-2.6.27.5-xenU', 'console_refs': [], 'on_xend_stop': 'ignore', 
'memory_static_min': 0, 'HVM_boot_policy': '', 'VCPUs_max': 2, 
'memory_static_max': 536870912, 'actions_after_shutdown': 'destroy', 
'on_xend_start': 'ignore', 'memory_dynamic_max': 536870912, 
'actions_after_suspend': '', 'is_a_template': False, 'memory_dynamic_min': 
536870912, 'uuid': '99086e43-a325-8ec9-8e84-043c574a57a0', 'shadow_memory': 0, 
'target': 0, 'PV_bootloader_args': '', 'other_config': {}, 
'actions_after_reboot': 'restart', 'vif_refs': 
['5033ecd4-adf4-63cd-1748-19cefeddb44a'], 'vtpm_refs': []})
>[2009-10-07 13:02:01 16084] DEBUG (XendDomain:1002) Creating new managed 
>domain: footest
>[2009-10-07 13:02:26 16084] DEBUG (XendDomainInfo:2043) 
>XendDomainInfo.constructDomain
>[2009-10-07 13:02:26 16084] DEBUG (balloon:132) Balloon: 397008 KiB free; need 
>2048; done.
>[2009-10-07 13:02:26 16084] DEBUG (XendDomain:449) Adding Domain: 73
>[2009-10-07 13:02:26 16084] DEBUG (XendDomainInfo:2149) 
>XendDomainInfo.initDomain: 73 256
>[2009-10-07 13:02:26 16084] DEBUG (XendDomainInfo:2230) 
>_initDomain:shadow_memory=0x0, memory_static_max=0x20000000, 
>memory_static_min=0x0.
>[2009-10-07 13:02:26 16084] DEBUG (balloon:138) Balloon: 397000 KiB free; 0 to 
>scrub; need 526336; retries: 20.
>[2009-10-07 13:02:26 16084] DEBUG (balloon:138) Balloon: 397000 KiB free; 0 to 
>scrub; need 526336; retries: 20.
>[2009-10-07 13:02:49 16084] ERROR (XendDomainInfo:2283) 
>XendDomainInfo.initDomain: exception occurred
>Traceback (most recent call last):
>  File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2244, in 
> _initDomain
>    balloon.free(memory + shadow + vtd_mem)
>  File "//usr/lib64/python/xen/xend/balloon.py", line 176, in free
>    free_mem + scrub_mem + dom0_alloc - dom0_min_mem))
>VmError: I need 526336 KiB, but dom0_min_mem is 524288 and shrinking to 524288 
>KiB would leave only 479944 KiB free.
>[2009-10-07 13:02:49 16084] ERROR (XendDomainInfo:467) VM start failed
>Traceback (most recent call last):
>  File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 447, in start
>    XendTask.log_progress(31, 60, self._initDomain)
>  File "//usr/lib64/python/xen/xend/XendTask.py", line 209, in log_progress
>    retval = func(*args, **kwds)
>  File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 2286, in 
> _initDomain
>    raise exn
>VmError: I need 526336 KiB, but dom0_min_mem is 524288 and shrinking to 524288 
>KiB would leave only 479944 KiB free.
>[2009-10-07 13:02:49 16084] DEBUG (XendDomainInfo:2409) 
>XendDomainInfo.destroy: domid=73
>[2009-10-07 13:02:49 16084] DEBUG (XendDomainInfo:1946) Destroying device model
>[2009-10-07 13:02:49 16084] DEBUG (XendDomainInfo:1953) Releasing devices
>[2009-10-07 13:05:54 16084] INFO (XendDomain:1092) Domain footest 
>(99086e43-a325-8ec9-8e84-043c574a57a0) deleted.
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:89) 
>XendDomainInfo.create(['vm', ['name', 'footest'], ['memory', '256'], ['vcpus', 
>'2'], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['image', 
>['linux', ['kernel', '/boot/vmlinuz-2.6.27.5-xenU'], ['root', '/dev/hda1'], 
>['args', 'xencons=tty1']]], ['device', ['vbd', ['uname', 
>'phy:/dev/raid/footest-root'], ['dev', 'hda1'], ['mode', 'w']]], ['device', 
>['vbd', ['uname', 'phy:/dev/raid/footest-swap'], ['dev', 'hda2'], ['mode', 
>'w']]], ['device', ['vif', ['bridge', 'vlanbr123']]]])
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:2043) 
>XendDomainInfo.constructDomain
>[2009-10-07 13:05:59 16084] DEBUG (balloon:132) Balloon: 397008 KiB free; need 
>2048; done.
>[2009-10-07 13:05:59 16084] DEBUG (XendDomain:449) Adding Domain: 74
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:2149) 
>XendDomainInfo.initDomain: 74 256
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:2230) 
>_initDomain:shadow_memory=0x0, memory_static_max=0x10000000, 
>memory_static_min=0x0.
>[2009-10-07 13:05:59 16084] DEBUG (balloon:132) Balloon: 397000 KiB free; need 
>263168; done.
>[2009-10-07 13:05:59 16084] INFO (image:166) buildDomain os=linux dom=74 
>vcpus=2
>[2009-10-07 13:05:59 16084] DEBUG (image:629) domid          = 74
>[2009-10-07 13:05:59 16084] DEBUG (image:630) memsize        = 256
>[2009-10-07 13:05:59 16084] DEBUG (image:631) image          = 
>/boot/vmlinuz-2.6.27.5-xenU
>[2009-10-07 13:05:59 16084] DEBUG (image:632) store_evtchn   = 1
>[2009-10-07 13:05:59 16084] DEBUG (image:633) console_evtchn = 2
>[2009-10-07 13:05:59 16084] DEBUG (image:634) cmdline        = root=/dev/hda1 
>xencons=tty1
>[2009-10-07 13:05:59 16084] DEBUG (image:635) ramdisk        = 
>[2009-10-07 13:05:59 16084] DEBUG (image:636) vcpus          = 2
>[2009-10-07 13:05:59 16084] DEBUG (image:637) features       = 
>[2009-10-07 13:05:59 16084] INFO (XendDomainInfo:1907) createDevice: vbd : 
>{'uuid': 'f75ad527-b2aa-12ba-162a-2500a4ef6123', 'bootable': 1, 'driver': 
>'paravirtualised', 'dev': 'hda1', 'uname': 'phy:/dev/raid/footest-root', 
>'mode': 'w'}
>[2009-10-07 13:05:59 16084] DEBUG (DevController:122) DevController: writing 
>{'virtual-device': '769', 'device-type': 'disk', 'protocol': 'x86_64-abi', 
>'backend-id': '0', 'state': '1', 'backend': 
>'/local/domain/0/backend/vbd/74/769'} to /local/domain/74/device/vbd/769.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/74/device/vbd/769', 'uuid': 
>'f75ad527-b2aa-12ba-162a-2500a4ef6123', 'dev': 'hda1', 'state': '1', 'params': 
>'/dev/raid/footest-root', 'mode': 'w', 'online': '1', 'frontend-id': '74', 
>'type': 'phy'} to /local/domain/0/backend/vbd/74/769.
>[2009-10-07 13:05:59 16084] INFO (XendDomainInfo:1907) createDevice: vbd : 
>{'uuid': 'c6bec503-7f8e-abdf-f16a-692fccae633f', 'bootable': 0, 'driver': 
>'paravirtualised', 'dev': 'hda2', 'uname': 'phy:/dev/raid/footest-swap', 
>'mode': 'w'}
>[2009-10-07 13:05:59 16084] DEBUG (DevController:122) DevController: writing 
>{'virtual-device': '770', 'device-type': 'disk', 'protocol': 'x86_64-abi', 
>'backend-id': '0', 'state': '1', 'backend': 
>'/local/domain/0/backend/vbd/74/770'} to /local/domain/74/device/vbd/770.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/74/device/vbd/770', 'uuid': 
>'c6bec503-7f8e-abdf-f16a-692fccae633f', 'dev': 'hda2', 'state': '1', 'params': 
>'/dev/raid/footest-swap', 'mode': 'w', 'online': '1', 'frontend-id': '74', 
>'type': 'phy'} to /local/domain/0/backend/vbd/74/770.
>[2009-10-07 13:05:59 16084] INFO (XendDomainInfo:1907) createDevice: vif : 
>{'bridge': 'vlanbr123', 'mac': '00:16:3e:66:60:15', 'uuid': 
>'386a35c4-6b36-da92-be5c-73aadaeaca93'}
>[2009-10-07 13:05:59 16084] DEBUG (DevController:122) DevController: writing 
>{'mac': '00:16:3e:66:60:15', 'handle': '0', 'protocol': 'x86_64-abi', 
>'backend-id': '0', 'state': '1', 'backend': 
>'/local/domain/0/backend/vif/74/0'} to /local/domain/74/device/vif/0.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:124) DevController: writing 
>{'bridge': 'vlanbr123', 'domain': 'footest', 'handle': '0', 'uuid': 
>'386a35c4-6b36-da92-be5c-73aadaeaca93', 'script': 
>'/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:66:60:15', 'frontend-id': 
>'74', 'state': '1', 'online': '1', 'frontend': 
>'/local/domain/74/device/vif/0'} to /local/domain/0/backend/vif/74/0.
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:2738) Storing VM details: 
>{'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': 
>'faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a', 'on_reboot': 'restart', 'start_time': 
>'1254913559.65', 'on_poweroff': 'destroy', 'bootloader_args': '', 
>'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 
>'vcpus': '2', 'vcpu_avail': '3', 'bootloader': '', 'image': "(linux (kernel 
>/boot/vmlinuz-2.6.27.5-xenU) (args 'root=/dev/hda1 xencons=tty1') (keymap de) 
>(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 0) 
>(GUEST_OS linux) (HYPERCALL_PAGE 18446744071564193792) (LOADER generic) 
>(SUSPEND_CANCEL 1) (ENTRY 18446744071564165120) (XEN_VERSION xen-3.0)))", 
>'name': 'footest'}
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:1360) Storing domain 
>details: {'console/ring-ref': '474901', 'image/entry': '18446744071564165120', 
>'console/port': '2', 'store/ring-ref': '441471', 'image/loader': 'generic', 
>'vm': '/vm/faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a', 
>'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': '262144', 'image/guest-version': 
>'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit': 
>'1048576', 'image/paddr-offset': '0', 'image/hypercall-page': 
>'18446744071564193792', 'image/suspend-cancel': '1', 'cpu/0/availability': 
>'online', 'image/features/pae-pgdir-above-4gb': '1', 
>'image/features/writable-page-tables': '1', 'console/type': 'xenconsoled', 
>'image/features/auto-translated-physmap': '1', 'name': 'footest', 'domid': 
>'74', 'image/xen-version': 'xen-3.0', 'store/
 port': '1'}
>[2009-10-07 13:05:59 16084] DEBUG (DevController:122) DevController: writing 
>{'protocol': 'x86_64-abi', 'state': '1', 'backend-id': '0', 'backend': 
>'/local/domain/0/backend/console/74/0'} to /local/domain/74/device/console/0.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/74/device/console/0', 'uuid': 
>'1cb0f064-533b-c212-583d-ad9803127eff', 'frontend-id': '74', 'state': '1', 
>'location': '2', 'online': '1', 'protocol': 'vt100'} to 
>/local/domain/0/backend/console/74/0.
>[2009-10-07 13:05:59 16084] DEBUG (XendDomainInfo:1450) 
>XendDomainInfo.handleShutdownWatch
>[2009-10-07 13:05:59 16084] DEBUG (DevController:166) Waiting for devices vif.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:171) Waiting for 0.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vif/74/0/hotplug-status.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vif/74/0/hotplug-status.
>[2009-10-07 13:05:59 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:166) Waiting for devices 
>vscsi.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:166) Waiting for devices vbd.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:171) Waiting for 769.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vbd/74/769/hotplug-status.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:171) Waiting for 770.
>[2009-10-07 13:06:00 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vbd/74/770/hotplug-status.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vbd/74/770/hotplug-status.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices irq.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices vkbd.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices vfb.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices 
>console.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:171) Waiting for 0.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices pci.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices 
>ioports.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices tap.
>[2009-10-07 13:06:01 16084] DEBUG (DevController:166) Waiting for devices vtpm.
>[2009-10-07 13:06:01 16084] INFO (XendDomain:1174) Domain footest (74) 
>unpaused.
>[2009-10-07 13:06:21 16084] DEBUG (XendCheckpoint:103) [xc_save]: 
>/usr/lib64/xen/bin/xc_save 5 74 0 0 0
>[2009-10-07 13:06:21 16084] INFO (XendCheckpoint:403) Had 0 unexplained 
>entries in p2m table
>[2009-10-07 13:06:21 16084] DEBUG (XendCheckpoint:374) suspended
>[2009-10-07 13:06:21 16084] DEBUG (XendCheckpoint:106) In saveInputHandler 
>suspended
>[2009-10-07 13:06:21 16084] INFO (XendCheckpoint:114) Domain 74 suspended.
>[2009-10-07 13:06:26 16084] INFO (XendCheckpoint:403) Saving memory pages: 
>iter 1   0%  6% 12% 18% 24% 30% 36% 42% 
>48% 53% 59% 65% 71% 77% 83% 89% 95%
> 1: sent 65536, skipped 0, delta 4848ms, dom0 26%, target 0%, sent 442Mb/s, 
> dirtied 0Mb/s 0 pages
>[2009-10-07 13:06:26 16084] INFO (XendCheckpoint:403) Total pages sent= 65536 
>(0.97x)
>[2009-10-07 13:06:26 16084] INFO (XendCheckpoint:403) (of which 0 were fixups)
>[2009-10-07 13:06:26 16084] INFO (XendCheckpoint:403) All memory is saved
>[2009-10-07 13:06:27 16084] INFO (XendCheckpoint:403) Save exit rc=0
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:2409) 
>XendDomainInfo.destroy: domid=74
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1946) Destroying device model
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1953) Releasing devices
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1966) Removing vif/0
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:910) 
>XendDomainInfo.destroyDevice: deviceClass = vif, device = vif/0
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1966) Removing vbd/769
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:910) 
>XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/769
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1966) Removing vbd/770
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:910) 
>XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/770
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:1966) Removing console/0
>[2009-10-07 13:06:27 16084] DEBUG (XendDomainInfo:910) 
>XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
>[2009-10-07 13:06:37 16084] DEBUG (XendDomainInfo:222) 
>XendDomainInfo.restore(['domain', ['domid', '74'], ['on_crash', 'restart'], 
>['uuid', 'faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a'], ['bootloader_args'], 
>['vcpus', '2'], ['name', 'footest'], ['on_poweroff', 'destroy'], ['on_reboot', 
>'restart'], ['bootloader'], ['maxmem', '256'], ['memory', '256'], 
>['shadow_memory', '0'], ['vcpu_avail', '3'], ['features'], ['on_xend_start', 
>'ignore'], ['on_xend_stop', 'ignore'], ['start_time', '1254913559.65'], 
>['cpu_time', '0.304086818'], ['online_vcpus', '2'], ['image', ['linux', 
>['kernel', '/boot/vmlinuz-2.6.27.5-xenU'], ['args', 'root=/dev/hda1 
>xencons=tty1'], ['keymap', 'de'], ['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', '0'], ['GUEST_OS', 'linux'], ['HYPERCALL_PAGE', 
>'18446744071564193792'], ['LOADER', 'generic'],
  ['SUSPEND_CANCEL', '1'], ['ENTRY', '18446744071564165120'], ['XEN_VERSION', 
'xen-3.0']]]], ['status', '2'], ['state', '-b----'], ['store_mfn', '441471'], 
['console_mfn', '474901'], ['device', ['vif', ['bridge', 'vlanbr123'], ['mac', 
'00:16:3e:66:60:15'], ['script', '/etc/xen/scripts/vif-bridge'], ['uuid', 
'386a35c4-6b36-da92-be5c-73aadaeaca93'], ['backend', '0']]], ['device', ['vbd', 
['protocol', 'x86_64-abi'], ['uuid', 'f75ad527-b2aa-12ba-162a-2500a4ef6123'], 
['dev', 'hda1:disk'], ['uname', 'phy:/dev/raid/footest-root'], ['mode', 'w'], 
['backend', '0'], ['bootable', '1'], ['VDI']]], ['device', ['vbd', ['protocol', 
'x86_64-abi'], ['uuid', 'c6bec503-7f8e-abdf-f16a-692fccae633f'], ['dev', 
'hda2:disk'], ['uname', 'phy:/dev/raid/footest-swap'], ['mode', 'w'], 
['backend', '0'], ['bootable', '0'], ['VDI']]], ['device', ['console', 
['protocol', 'vt100'], ['location', '2'], ['uuid', 
'1cb0f064-533b-c212-583d-ad9803127eff']]]])
>[2009-10-07 13:06:38 16084] DEBUG (XendDomainInfo:2043) 
>XendDomainInfo.constructDomain
>[2009-10-07 13:06:38 16084] DEBUG (balloon:132) Balloon: 397008 KiB free; need 
>2048; done.
>[2009-10-07 13:06:38 16084] DEBUG (XendDomain:449) Adding Domain: 75
>[2009-10-07 13:06:38 16084] DEBUG (XendDomainInfo:2738) Storing VM details: 
>{'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': 
>'faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a', 'on_reboot': 'restart', 'start_time': 
>'1254913559.65', 'on_poweroff': 'destroy', 'bootloader_args': '', 
>'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count': '0', 
>'vcpus': '2', 'vcpu_avail': '3', 'bootloader': '', 'image': "(linux (kernel 
>/boot/vmlinuz-2.6.27.5-xenU) (args 'root=/dev/hda1 xencons=tty1') (keymap de) 
>(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 0) 
>(GUEST_OS linux) (HYPERCALL_PAGE 18446744071564193792) (LOADER generic) 
>(SUSPEND_CANCEL 1) (ENTRY 18446744071564165120) (XEN_VERSION xen-3.0)))", 
>'name': 'footest'}
>[2009-10-07 13:06:38 16084] INFO (XendDomainInfo:1907) createDevice: console : 
>{'protocol': 'vt100', 'location': '2', 'uuid': 
>'1cb0f064-533b-c212-583d-ad9803127eff'}
>[2009-10-07 13:06:38 16084] DEBUG (DevController:122) DevController: writing 
>{'state': '1', 'backend-id': '0', 'backend': 
>'/local/domain/0/backend/console/75/0'} to /local/domain/75/device/console/0.
>[2009-10-07 13:06:38 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/75/device/console/0', 'uuid': 
>'1cb0f064-533b-c212-583d-ad9803127eff', 'frontend-id': '75', 'state': '1', 
>'location': '2', 'online': '1', 'protocol': 'vt100'} to 
>/local/domain/0/backend/console/75/0.
>[2009-10-07 13:06:38 16084] INFO (XendDomainInfo:1907) createDevice: vbd : 
>{'protocol': 'x86_64-abi', 'uuid': 'f75ad527-b2aa-12ba-162a-2500a4ef6123', 
>'bootable': 1, 'driver': 'paravirtualised', 'dev': 'hda1:disk', 'uname': 
>'phy:/dev/raid/footest-root', 'mode': 'w', 'backend': '0'}
>[2009-10-07 13:06:38 16084] DEBUG (DevController:122) DevController: writing 
>{'virtual-device': '769', 'protocol': 'x86_64-abi', 'device-type': 'disk', 
>'backend-id': '0', 'state': '1', 'backend': 
>'/local/domain/0/backend/vbd/75/769'} to /local/domain/75/device/vbd/769.
>[2009-10-07 13:06:38 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/75/device/vbd/769', 'uuid': 
>'f75ad527-b2aa-12ba-162a-2500a4ef6123', 'dev': 'hda1', 'state': '1', 'params': 
>'/dev/raid/footest-root', 'mode': 'w', 'online': '1', 'frontend-id': '75', 
>'type': 'phy'} to /local/domain/0/backend/vbd/75/769.
>[2009-10-07 13:06:38 16084] INFO (XendDomainInfo:1907) createDevice: vbd : 
>{'protocol': 'x86_64-abi', 'uuid': 'c6bec503-7f8e-abdf-f16a-692fccae633f', 
>'bootable': 0, 'driver': 'paravirtualised', 'dev': 'hda2:disk', 'uname': 
>'phy:/dev/raid/footest-swap', 'mode': 'w', 'backend': '0'}
>[2009-10-07 13:06:38 16084] DEBUG (DevController:122) DevController: writing 
>{'virtual-device': '770', 'protocol': 'x86_64-abi', 'device-type': 'disk', 
>'backend-id': '0', 'state': '1', 'backend': 
>'/local/domain/0/backend/vbd/75/770'} to /local/domain/75/device/vbd/770.
>[2009-10-07 13:06:38 16084] DEBUG (DevController:124) DevController: writing 
>{'domain': 'footest', 'frontend': '/local/domain/75/device/vbd/770', 'uuid': 
>'c6bec503-7f8e-abdf-f16a-692fccae633f', 'dev': 'hda2', 'state': '1', 'params': 
>'/dev/raid/footest-swap', 'mode': 'w', 'online': '1', 'frontend-id': '75', 
>'type': 'phy'} to /local/domain/0/backend/vbd/75/770.
>[2009-10-07 13:06:38 16084] INFO (XendDomainInfo:1907) createDevice: vif : 
>{'bridge': 'vlanbr123', 'mac': '00:16:3e:66:60:15', 'script': 
>'/etc/xen/scripts/vif-bridge', 'uuid': '386a35c4-6b36-da92-be5c-73aadaeaca93', 
>'backend': '0'}
>[2009-10-07 13:06:38 16084] DEBUG (DevController:122) DevController: writing 
>{'backend-id': '0', 'mac': '00:16:3e:66:60:15', 'handle': '0', 'state': '1', 
>'backend': '/local/domain/0/backend/vif/75/0'} to 
>/local/domain/75/device/vif/0.
>[2009-10-07 13:06:38 16084] DEBUG (DevController:124) DevController: writing 
>{'bridge': 'vlanbr123', 'domain': 'footest', 'handle': '0', 'uuid': 
>'386a35c4-6b36-da92-be5c-73aadaeaca93', 'script': 
>'/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:66:60:15', 'frontend-id': 
>'75', 'state': '1', 'online': '1', 'frontend': 
>'/local/domain/75/device/vif/0'} to /local/domain/0/backend/vif/75/0.
>[2009-10-07 13:06:38 16084] DEBUG (XendDomainInfo:1360) Storing domain 
>details: {'image/entry': '18446744071564165120', 'console/port': '2', 
>'image/loader': 'generic', 'vm': '/vm/faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a', 
>'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': '262144', 'image/guest-version': 
>'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit': 
>'1048576', 'image/paddr-offset': '0', 'image/hypercall-page': 
>'18446744071564193792', 'image/suspend-cancel': '1', 'cpu/0/availability': 
>'online', 'image/features/pae-pgdir-above-4gb': '1', 
>'image/features/writable-page-tables': '1', 'console/type': 'xenconsoled', 
>'image/features/auto-translated-physmap': '1', 'name': 'footest', 'domid': 
>'75', 'image/xen-version': 'xen-3.0', 'store/port': '1'}
>[2009-10-07 13:06:38 16084] DEBUG (XendCheckpoint:247) restore:shadow=0x0, 
>_static_max=0x10000000, _static_min=0x0, 
>[2009-10-07 13:06:38 16084] DEBUG (balloon:132) Balloon: 397000 KiB free; need 
>262144; done.
>[2009-10-07 13:06:38 16084] DEBUG (XendCheckpoint:264) [xc_restore]: 
>/usr/lib64/xen/bin/xc_restore 5 75 1 2 0 0 0
>[2009-10-07 13:06:38 16084] INFO (XendCheckpoint:403) xc_domain_restore start: 
>p2m_size = 10800
>[2009-10-07 13:06:38 16084] INFO (XendCheckpoint:403) Reloading memory pages:  
> 0%
>[2009-10-07 13:06:42 16084] INFO (XendCheckpoint:403) Received all pages (0 
>races)
>[2009-10-07 13:06:42 16084] INFO (XendCheckpoint:403) 100%
>[2009-10-07 13:06:42 16084] INFO (XendCheckpoint:403) Memory reloaded (2041 
>pages)
>[2009-10-07 13:06:42 16084] INFO (XendCheckpoint:403) Domain ready to be built.
>[2009-10-07 13:06:42 16084] INFO (XendCheckpoint:403) Restore exit with rc=0
>[2009-10-07 13:06:42 16084] DEBUG (XendCheckpoint:374) store-mfn 354390
>[2009-10-07 13:06:42 16084] DEBUG (XendCheckpoint:374) console-mfn 384716
>[2009-10-07 13:06:42 16084] DEBUG (XendDomainInfo:2346) 
>XendDomainInfo.completeRestore
>[2009-10-07 13:06:42 16084] DEBUG (XendDomainInfo:1360) Storing domain 
>details: {'console/ring-ref': '384716', 'image/entry': '18446744071564165120', 
>'console/port': '2', 'store/ring-ref': '354390', 'image/loader': 'generic', 
>'vm': '/vm/faacd83a-6d5d-72bb-3f2b-ec6bf034ae6a', 
>'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': '262144', 'image/guest-version': 
>'2.6', 'image/features/supervisor-mode-kernel': '1', 'console/limit': 
>'1048576', 'image/paddr-offset': '0', 'image/hypercall-page': 
>'18446744071564193792', 'image/suspend-cancel': '1', 'cpu/0/availability': 
>'online', 'image/features/pae-pgdir-above-4gb': '1', 
>'image/features/writable-page-tables': '1', 'console/type': 'xenconsoled', 
>'image/features/auto-translated-physmap': '1', 'name': 'footest', 'domid': 
>'75', 'image/xen-version': 'xen-3.0', 'store/
 port': '1'}
>[2009-10-07 13:06:42 16084] DEBUG (XendDomainInfo:2359) 
>XendDomainInfo.completeRestore done
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices vif.
>[2009-10-07 13:06:42 16084] DEBUG (XendDomainInfo:1450) 
>XendDomainInfo.handleShutdownWatch
>[2009-10-07 13:06:42 16084] DEBUG (DevController:171) Waiting for 0.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vif/75/0/hotplug-status.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices 
>vscsi.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices vbd.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:171) Waiting for 769.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vbd/75/769/hotplug-status.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:171) Waiting for 770.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:656) hotplugStatusCallback 
>/local/domain/0/backend/vbd/75/770/hotplug-status.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:670) hotplugStatusCallback 1.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices irq.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices vkbd.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices vfb.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices 
>console.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:171) Waiting for 0.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices pci.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices 
>ioports.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices tap.
>[2009-10-07 13:06:42 16084] DEBUG (DevController:166) Waiting for devices vtpm.
>[2009-10-07 13:06:54 16084] DEBUG (XendCheckpoint:103) [xc_save]: 
>/usr/lib64/xen/bin/xc_save 47 75 0 0 


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.