From d854e2685ffd6f1cce00852bdc6a2c299df07b07 Mon Sep 17 00:00:00 2001 From: Andy Zhou Date: Fri, 10 Oct 2014 14:20:36 -0700 Subject: [PATCH] ovsdb: bond_active_salve column's value should be durable when database restarts According to RFC 7047, 'ephemeral' annotation does not guarantee the values to be durable. This fix Removes this annotation. VMware-BZ: 1332235 Signed-off-by: Andy Zhou Acked-by: Alex Wang --- vswitchd/vswitch.ovsschema | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 08c9b206e..57f0ce99c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "7.6.1", - "cksum": "1587823839 20754", + "version": "7.6.2", + "cksum": "3478940432 20717", "tables": { "Open_vSwitch": { "columns": { @@ -155,8 +155,7 @@ "type": "integer"}, "bond_active_slave": { "type": {"key": {"type": "string"}, - "min": 0, "max": 1}, - "ephemeral": true}, + "min": 0, "max": 1}}, "bond_fake_iface": { "type": "boolean"}, "fake_bridge": { -- 2.20.1