vswitchd: Make "cfm_health" column ephemeral.
authorBen Pfaff <blp@nicira.com>
Fri, 20 Apr 2012 18:12:46 +0000 (11:12 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 20 Apr 2012 18:12:46 +0000 (11:12 -0700)
There's no need to log this to the on-disk database.

Spotted while examining "ovsdb-tool show-log" output.

Reported-by: Ethan Jackson <ethan@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/vswitch.ovsschema

index 4182d2b..9712003 100644 (file)
@@ -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": {
          "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},