From acd0a902c1bca1fb6e775fa2d360c05b3773f259 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 28 Jul 2009 15:35:57 -0700 Subject: [PATCH] xenserver: Do not set or remove vSwitchVersion xapi parameter anymore. The other-config:vSwitchVersion parameter was used to announce the Open vSwitch version installed on a XenServer host, but this had the problem that it could not be read or updated if the connection to the pool master was down. Because of this problem, the only user of this parameter in Open vSwitch was removed (in commit 3cdc31a4c3a "xenserver: Retrieve vSwitch version from binary in xsconsole"). So this commit finished the process and removes the parameter entirely. This should fix hangs on Open vSwitch installation and removal due to waiting on the connection to the pool master. --- xenserver/vswitch-xen.spec | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index e24f89364..028a6ce74 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -165,8 +165,6 @@ EOF fi %post -source /etc/xensource-inventory - if grep -F net.ipv4.conf.all.arp_filter /etc/sysctl.conf >/dev/null 2>&1; then :; else cat >>/etc/sysctl.conf <