[ovs-dev] [PATCH] Add "external_ids" column to Open_vSwitch table, add "system-uuid" on Xen.

Justin Pettit jpettit at nicira.com
Tue Mar 9 18:35:28 UTC 2010


On Mar 9, 2010, at 9:27 AM, Ben Pfaff wrote:

> +function set_system_uuid {
> +    system_uuid=$(. /etc/xensource-inventory && echo $INSTALLATION_UUID) &&
> +        test -n "$system_uuid" &&
> +        ovs-vsctl set Open_vSwitch external-ids:system-uuid="$system_uuid"
> +}


For some reason, ovs-vsctl isn't being found.  Also, a row argument seems to be required for the "set" command.

--Justin






More information about the dev mailing list