From 3a46ca6e46d32a2bc898ff7238f8276db952c050 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 26 Aug 2010 13:57:11 -0700 Subject: [PATCH] xenserver: Finish renaming system-level external_ids. vswitch.xml was updated to describe system-id and xs-system-uuid but the implementation of this update was incomplete. CC: Justin Pettit CC: Jeremy Stribling Signed-off-by: Ben Pfaff --- xenserver/etc_init.d_openvswitch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index c7ccd374b..7b86d4c66 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -296,7 +296,8 @@ function set_system_ids { $vsctl --no-wait set Open_vSwitch . \ external-ids:system-type="$PRODUCT_BRAND" \ external-ids:system-version="$PRODUCT_VERSION-$BUILD_NUMBER" \ - external-ids:system-uuid="$INSTALLATION_UUID" + external-ids:system-id="$INSTALLATION_UUID" \ + external-ids:xs-system-uuid="$INSTALLATION_UUID" else action "Configuring Open vSwitch system IDs" false fi -- 2.43.0