- The xen kmp packages fail on the 09-check-packaged-twice script.
Rename xen_pvdrivers.conf to xen_pvdrivers-<kernel flavor>.conf - bnc#739585 - L3: Xen block-attach fails after repeated attach/detach blktap-close-fifos.patch - bnc#741159 - Fix default setting of XENSTORED_ROOTDIR in xencommons init script xencommons-xenstored-root.patch - bnc#740625 - xen: cannot interact with xend after upgrade (SLES) - bnc#738694 - xen: cannot interact with xend after upgrade (os12.1) - Other README changes included. README.SuSE - bnc#694863 - kexec fails in xen 24478-libxl_add_feature_flag_to_xenstore_for_XS_RESET_WATCHES.patch - fate#310510 - fix xenpaging xenpaging.speedup-page-out.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=165
This commit is contained in:
committed by
Git OBS Bridge
parent
c9e3853c04
commit
a0e0589e8d
@@ -2,35 +2,28 @@ Index: xen-4.1.2-testing/tools/hotplug/Linux/init.d/sysconfig.xencommons
|
||||
===================================================================
|
||||
--- xen-4.1.2-testing.orig/tools/hotplug/Linux/init.d/sysconfig.xencommons
|
||||
+++ xen-4.1.2-testing/tools/hotplug/Linux/init.d/sysconfig.xencommons
|
||||
@@ -1,11 +1,31 @@
|
||||
@@ -1,11 +1,24 @@
|
||||
+## Path: System/Virtualization
|
||||
+## Type: string(none,guest,hv,all)
|
||||
+## Default: ""
|
||||
+## Type: string
|
||||
+## Default: "none"
|
||||
+#
|
||||
# Log xenconsoled messages (cf xl dmesg)
|
||||
#XENCONSOLED_TRACE=[none|guest|hv|all]
|
||||
+XENCONSOLED_TRACE=""
|
||||
|
||||
+## Path: System/Virtualization
|
||||
+## Type: string(yes,on,1)
|
||||
+## Default: ""
|
||||
+## Type: string
|
||||
+## Default: Not defined, tracing off
|
||||
+#
|
||||
# Log xenstored messages
|
||||
#XENSTORED_TRACE=[yes|on|1]
|
||||
+XENSTORED_TRACE=""
|
||||
|
||||
+## Path: System/Virtualization
|
||||
+## Type: string("/var/lib/xenstored")
|
||||
+## Default: ""
|
||||
+## Type: string
|
||||
+## Default: "/var/lib/xenstored"
|
||||
+#
|
||||
# Running xenstored on XENSTORED_ROOTDIR
|
||||
#XENSTORED_ROOTDIR=/var/lib/xenstored
|
||||
+XENSTORED_ROOTDIR=""
|
||||
|
||||
+## Path: System/Virtualization
|
||||
+## Type: string(yes,on,1)
|
||||
+## Default: ""
|
||||
+## Type: string
|
||||
+## Default: Not defined, xenbackendd debug mode off
|
||||
+#
|
||||
# Running xenbackendd in debug mode
|
||||
#XENBACKENDD_DEBUG=[yes|on|1]
|
||||
+XENBACKENDD_DEBUG=""
|
||||
|
Reference in New Issue
Block a user