-Fix bnc#466899 - numa enabled xen fails to start/create vms
adjust_vcpuaffinity_more_cpu.patch - Update to changeset 21022 Xen 4.0.0 RC6. - bnc#586510 - cpupool fixes cpu-pools-update.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
5e5f163f43
commit
a9bb3bc2f5
@@ -2,7 +2,7 @@ Index: xen-4.0.0-testing/tools/hotplug/Linux/network-bridge
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/tools/hotplug/Linux/network-bridge
|
||||
+++ xen-4.0.0-testing/tools/hotplug/Linux/network-bridge
|
||||
@@ -262,18 +262,18 @@ op_stop () {
|
||||
@@ -270,19 +270,19 @@ op_stop () {
|
||||
transfer_addrs ${bridge} ${pdev}
|
||||
if ! ifdown ${bridge}; then
|
||||
get_ip_info ${bridge}
|
||||
@@ -24,8 +24,9 @@ Index: xen-4.0.0-testing/tools/hotplug/Linux/network-bridge
|
||||
+ ip link set ${pdev} down
|
||||
ip link set ${pdev} name ${netdev}
|
||||
do_ifup ${netdev}
|
||||
-
|
||||
|
||||
- brctl delbr ${tdev}
|
||||
-
|
||||
release_lock "network-bridge"
|
||||
}
|
||||
|
||||
# adds $dev to $bridge but waits for $dev to be in running state first
|
||||
|
Reference in New Issue
Block a user