[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.2-testing] xend: fix external-device-migrate step 0
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1202134365 0 # Node ID 9ae73a9ccf9bfa36c5a744b53dab86fa192df5f5 # Parent e4c9d46e6abf1cb1df87f048c3fbe9ea04e4372d xend: fix external-device-migrate step 0 Add domain name to a migrateDevice call, so the helper script (external-device-migrate example) does not fail at step 0 (MIGRATION_TEST). Signed-off-by: Pascal Bouchareine <pascal@xxxxxxxxx> xen-unstable changeset: 16943:625c923f7b4a6c9ea6614aafba7714e431ca53a5 xen-unstable date: Wed Jan 30 14:24:20 2008 +0000 --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r e4c9d46e6abf -r 9ae73a9ccf9b tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Jan 29 15:24:34 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Feb 04 14:12:45 2008 +0000 @@ -1569,7 +1569,7 @@ class XendDomainInfo: @raise: XendError for a device that cannot be migrated """ for (n, c) in self.info.all_devices_sxpr(): - rc = self.migrateDevice(n, c, network, dst, DEV_MIGRATE_TEST) + rc = self.migrateDevice(n, c, network, dst, DEV_MIGRATE_TEST, self.getName()) if rc != 0: raise XendError("Device of type '%s' refuses migration." % n) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |