6891466418
xend-preserve-devs.patch - bnc#597770 - insserv reports a loop between xendomains and openais. Remove openais from Should-Start in xendomains script. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=42
15 lines
686 B
Diff
15 lines
686 B
Diff
Index: xen-4.0.0-testing/tools/python/xen/xend/XendConfig.py
|
|
===================================================================
|
|
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendConfig.py
|
|
+++ xen-4.0.0-testing/tools/python/xen/xend/XendConfig.py
|
|
@@ -1166,8 +1166,8 @@ class XendConfig(dict):
|
|
config.append(['VDI', dev_cfg.get('VDI', '')])
|
|
|
|
sxpr.append(['device', config])
|
|
+ found = True
|
|
|
|
- found = True
|
|
except:
|
|
log.exception("dumping sxp from device controllers")
|
|
pass
|