|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
This is a workaround that might get you past your current problem.
There were also another boatload of fixes to this code that just landed
30 minutes ago, so you should probably try tip again first.
--
Hollis Blanchard
IBM Linux Technology Center
--- Begin Message ---
diff -r bb9ed6b69f8c tools/python/xen/xend/XendNode.py
--- a/tools/python/xen/xend/XendNode.py Thu May 03 07:42:35 2007 -0400
+++ b/tools/python/xen/xend/XendNode.py Thu May 03 07:00:07 2007 -0400
@@ -161,13 +161,13 @@ class XendNode:
# Initialise PIFs
# First configure ones off disk
- saved_pifs = self.state_store.load_state('pif')
- if saved_pifs:
- for pif_uuid, pif in saved_pifs.items():
- try:
- XendPIF.recreate(pif, pif_uuid)
- except CreateUnspecifiedAttributeError:
- log.warn("Error recreating PIF %s", pif_uuid)
+# saved_pifs = self.state_store.load_state('pif')
+# if saved_pifs:
+# for pif_uuid, pif in saved_pifs.items():
+# try:
+# XendPIF.recreate(pif, pif_uuid)
+# except CreateUnspecifiedAttributeError:
+# log.warn("Error recreating PIF %s", pif_uuid)
--
Mike D. Day
Virtualization Architect and Sr. Technical Staff Member, IBM LTC
Cell: 919 412-3900
ST: mdday@xxxxxxxxxx | AIM: ncmikeday | Yahoo IM: ultra.runner
PGP key: http://www.ncultra.org/ncmike/pubkey.asc
--- End Message ---
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [Fwd: xend fix],
Hollis Blanchard <=
|
|
|
|
|