From 8a899ac4451757e55afdb1b1f3701b0b4b65d6d6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 20 Apr 2012 11:12:46 -0700 Subject: [PATCH] vswitchd: Make "cfm_health" column ephemeral. There's no need to log this to the on-disk database. Spotted while examining "ovsdb-tool show-log" output. Reported-by: Ethan Jackson Signed-off-by: Ben Pfaff --- vswitchd/vswitch.ovsschema | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 4182d2b0..9712003a 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.9.2", - "cksum": "2800409701 16724", + "version": "6.9.3", + "cksum": "2110020336 16754", "tables": { "Open_vSwitch": { "columns": { @@ -203,7 +203,8 @@ "type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 100}, - "min": 0, "max": 1}}, + "min": 0, "max": 1}, + "ephemeral": true}, "lacp_current": { "type": {"key": {"type": "boolean"}, "min": 0, "max": 1}, -- 2.30.2