Changes between Version 2 and Version 3 of Xen_Live_Migration


Ignore:
Timestamp:
Jul 10, 2008, 1:18:20 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Live_Migration

    v2 v3  
    2626
    2727== Error message ==
     28== xen01 ==
     29 * VmError: Device 2049 (vbd) could not be connected. Backend device not found.
    2830{{{
    29 == xen01 ==
    30 [2008-07-10 11:44:30 xend 6545] ERROR (__init__:1072) Memory reloaded.
    31 [2008-07-10 11:44:30 xend 6545] ERROR (__init__:1072) Decreased reservation by 2088 pages
    32 [2008-07-10 11:44:30 xend 6545] DEBUG (__init__:1072) store-mfn 16246
    33 [2008-07-10 11:44:30 xend 6545] ERROR (__init__:1072) Domain ready to be built.
    34 [2008-07-10 11:44:30 xend 6545] DEBUG (__init__:1072) console-mfn 16245
    35 [2008-07-10 11:44:30 xend 6545] ERROR (__init__:1072) Restore exit with rc=0
    36 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) Waiting for devices vif.
    37 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) Waiting for 0.
    38 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vif/2/0/hotpl
    39 ug-status.
    40 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) hotplugStatusCallback 1.
    41 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) Waiting for devices usb.
    42 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) Waiting for devices vbd.
    43 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) Waiting for 2049.
    44 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) hotplugStatusCallback /local/domain/0/backend/vbd/2/2049/ho
    45 tplug-status.
    46 [2008-07-10 11:44:32 xend 6545] DEBUG (__init__:1072) hotplugStatusCallback 2.
    47 [2008-07-10 11:44:32 xend.XendDomainInfo 6545] DEBUG (__init__:1072) XendDomainInfo.destroy: domid=2
    48 [2008-07-10 11:44:32 xend.XendDomainInfo 6545] DEBUG (__init__:1072) XendDomainInfo.destroyDomain(2)
    49 [2008-07-10 11:44:33 xend 6545] ERROR (__init__:1072) Restore failed
    50 Traceback (most recent call last):
    51   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendDomain.py", line 263, in domain_restore_fd
    52     return XendCheckpoint.restore(self, fd)
    53   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendCheckpoint.py", line 165, in restore
    54     dominfo.waitForDevices() # Wait for backends to set up
    55   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendDomainInfo.py", line 1596, in waitForDevices
    56     self.waitForDevices_(c)
    57   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendDomainInfo.py", line 1090, in waitForDevices_
    58     return self.getDeviceController(deviceClass).waitForDevices()
    59   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/DevController.py", line 145, in waitForDevices
    60     return map(self.waitForDevice, self.deviceIDs())
    61   File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/DevController.py", line 161, in waitForDevice
    62     raise VmError("Device %s (%s) could not be connected. "
    63 VmError: Device 2049 (vbd) could not be connected. Backend device not found.
     31check loop module
    6432}}}