On Fri, Apr 20, 2012 at 11:07:36AM -0700, Ethan Jackson wrote:
> >>        "cfm_health": {
> >>          "type": {"key": {"type": "integer",
> >>                           "minInteger": 0,
> 
> 
> I don't have the code in front of me.  Could you make sure cfm_health
> is ephemeral too before merging?

It wasn't.

It was too late to fold it in so I pushed the following followup
commit:

--8<--------------------------cut here-------------------------->8--

From: Ben Pfaff <b...@nicira.com>
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 <et...@nicira.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 vswitchd/vswitch.ovsschema |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 4182d2b..9712003 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},
-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to