- bnc#623833 - Error in Xend-API method VM_set_actions_after_crash
21866-xenapi.patch - bnc#625003 - Fix vm config options coredump-{restart,destroy} Added hunk to xm-create-xflag.patch - bnc#605186 - Squelch harmless error messages in block-iscsi - bnc#623438 - Add ability to control SCSI device path scanning in xend 21847-pscsi.patch 21723-get-domu-state.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=68
This commit is contained in:
committed by
Git OBS Bridge
parent
87d62a38d6
commit
393ad2e586
@@ -2,11 +2,10 @@ Index: xen-4.0.0-testing/tools/examples/xend-config.sxp
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/examples/xend-config.sxp
|
||||
+++ xen-4.0.0-testing/tools/examples/xend-config.sxp
|
||||
@@ -304,3 +304,62 @@
|
||||
# we have to realize this may incur security issue and we can't make sure the
|
||||
@@ -305,6 +305,65 @@
|
||||
# device assignment could really work properly even after we do this.
|
||||
#(pci-passthrough-strict-check yes)
|
||||
+
|
||||
|
||||
+# Domain Locking
|
||||
+# In a multihost environment, domain locking prevents simultaneously
|
||||
+# running a domain on more than one host.
|
||||
@@ -65,6 +64,10 @@ Index: xen-4.0.0-testing/tools/examples/xend-config.sxp
|
||||
+# before starting vm1 on HostA.
|
||||
+#
|
||||
+#(xend-domain-lock-utility domain-lock)
|
||||
+
|
||||
# If we have a very big scsi device configuration, start of xend is slow,
|
||||
# because xend scans all the device paths to build its internal PSCSI device
|
||||
# list. If we need only a few devices for assigning to a guest, we can reduce
|
||||
Index: xen-4.0.0-testing/tools/python/xen/xend/XendDomainInfo.py
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/python/xen/xend/XendDomainInfo.py
|
||||
@@ -200,7 +203,7 @@ Index: xen-4.0.0-testing/tools/python/xen/xend/XendOptions.py
|
||||
def __init__(self):
|
||||
self.configure()
|
||||
|
||||
@@ -398,6 +409,24 @@ class XendOptions:
|
||||
@@ -401,6 +412,24 @@ class XendOptions:
|
||||
else:
|
||||
return None
|
||||
|
||||
|
Reference in New Issue
Block a user