X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=xenserver%2Fetc_init.d_vswitch;h=304eabb1cf962b5fd0da18aee5eedeae5dd0aa23;hb=883b106184656ff004f15c7872de31433918c94f;hp=b1014a711a8ec0f3e262c152287359539f826acb;hpb=11cdf5e612949b61ee0f531d355a911e0c59d6de;p=openvswitch diff --git a/xenserver/etc_init.d_vswitch b/xenserver/etc_init.d_vswitch index b1014a71..304eabb1 100755 --- a/xenserver/etc_init.d_vswitch +++ b/xenserver/etc_init.d_vswitch @@ -322,7 +322,7 @@ function set_system_uuid { 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