From a39101373ba026ce7f6ca40cac80bafe269e3a61 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Fri, 20 Apr 2012 11:03:14 -0700
Subject: [PATCH] vswitchd: Make "cfm_fault_status" column ephemeral.

There's no need to log this to the on-disk database.

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

Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 vswitchd/vswitch.ovsschema | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index c7aece704..cae0cc878 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
  "version": "6.8.0",
- "cksum": "1404093776 16263",
+ "cksum": "2532393314 16305",
  "tables": {
    "Open_vSwitch": {
      "columns": {
@@ -196,7 +196,9 @@
            "max": 1},
          "ephemeral": true},
        "cfm_fault_status": {
-         "type": {"key": "string", "min": 0, "max": "unlimited"}},
+         "type": {
+           "key": "string", "min": 0, "max": "unlimited"},
+           "ephemeral": true},
        "lacp_current": {
          "type": {"key": {"type": "boolean"},
                   "min": 0, "max": 1},
-- 
2.47.0