- Change the default bridge in xl.conf from xenbr0 to just br0
xl-conf-default-bridge.patch - Add network.target to xendomains.service 'After' tag xendomains.service OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=263
This commit is contained in:
parent
e50de91dbe
commit
7ba38da9fc
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 14:54:04 MDT 2013 - carnold@suse.com
|
||||||
|
|
||||||
|
- Change the default bridge in xl.conf from xenbr0 to just br0
|
||||||
|
xl-conf-default-bridge.patch
|
||||||
|
- Add network.target to xendomains.service 'After' tag
|
||||||
|
xendomains.service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 11:34:14 MDT 2013 - carnold@suse.com
|
Wed Jul 31 11:34:14 MDT 2013 - carnold@suse.com
|
||||||
|
|
||||||
|
4
xen.spec
4
xen.spec
@ -138,7 +138,7 @@ BuildRequires: xorg-x11
|
|||||||
BuildRequires: lndir
|
BuildRequires: lndir
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Version: 4.3.0_08
|
Version: 4.3.0_09
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
|
Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
|
||||||
@ -212,6 +212,7 @@ Patch312: bridge-bonding.patch
|
|||||||
Patch313: bridge-record-creation.patch
|
Patch313: bridge-record-creation.patch
|
||||||
Patch314: vif-bridge-no-iptables.patch
|
Patch314: vif-bridge-no-iptables.patch
|
||||||
Patch315: vif-bridge-tap-fix.patch
|
Patch315: vif-bridge-tap-fix.patch
|
||||||
|
Patch316: xl-conf-default-bridge.patch
|
||||||
Patch320: network-nat-open-SuSEfirewall2-FORWARD.patch
|
Patch320: network-nat-open-SuSEfirewall2-FORWARD.patch
|
||||||
Patch321: udev-rules.patch
|
Patch321: udev-rules.patch
|
||||||
Patch322: libxen_permissive.patch
|
Patch322: libxen_permissive.patch
|
||||||
@ -502,6 +503,7 @@ Authors
|
|||||||
%patch313 -p1
|
%patch313 -p1
|
||||||
%patch314 -p1
|
%patch314 -p1
|
||||||
%patch315 -p1
|
%patch315 -p1
|
||||||
|
%patch316 -p1
|
||||||
%patch320 -p1
|
%patch320 -p1
|
||||||
%patch321 -p1
|
%patch321 -p1
|
||||||
%patch322 -p1
|
%patch322 -p1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Xendomains - start and stop Xen VMs on boot and shutdown
|
Description=Xendomains - start and stop Xen VMs on boot and shutdown
|
||||||
Requires=xenstored.service xenconsoled.service
|
Requires=xenstored.service xenconsoled.service
|
||||||
After=xenstored.service xenconsoled.service
|
After=xenstored.service xenconsoled.service network.target
|
||||||
ConditionPathExists=/proc/xen
|
ConditionPathExists=/proc/xen
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
11
xl-conf-default-bridge.patch
Normal file
11
xl-conf-default-bridge.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- xen-4.3.0-testing/tools/examples/xl.conf.orig 2013-08-15 12:00:06.000000000 -0600
|
||||||
|
+++ xen-4.3.0-testing/tools/examples/xl.conf 2013-08-15 12:00:56.000000000 -0600
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
#vif.default.script="vif-bridge"
|
||||||
|
|
||||||
|
# default bridge device to use with vif-bridge hotplug scripts
|
||||||
|
-#vif.default.bridge="xenbr0"
|
||||||
|
+vif.default.bridge="br0"
|
||||||
|
|
||||||
|
# Reserve a claim of memory when launching a guest. This guarantees immediate
|
||||||
|
# feedback whether the guest can be launched due to memory exhaustion
|
Loading…
Reference in New Issue
Block a user