Otherwise ovs-vsctl pauses until it times out waiting for ovs-vswitchd to
reload its configuration.
system_uuid=$(. /etc/xensource-inventory && echo $INSTALLATION_UUID)
if test -n "$system_uuid"; then
action "Configuring Open vSwitch system UUID" true
- $vsctl set Open_vSwitch . external-ids:system-uuid="$system_uuid"
+ $vsctl --no-wait set Open_vSwitch . external-ids:system-uuid="$system_uuid"
else
action "Configuring Open vSwitch system UUID" false
fi