aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-04-20 11:03:14 -0700
committerBen Pfaff <blp@nicira.com>2012-04-20 11:07:33 -0700
commit597f98ccb5b31d2e6e3404520b983399fe52c201 (patch)
treedae312b7ef2be216d109ca497890e23920005414 /vswitchd
parenta082dd9b6080cb0913d0818cb4858045db24a011 (diff)
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>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.ovsschema8
1 files changed, 5 insertions, 3 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 7a51a0d6..4182d2b0 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "6.9.1",
- "cksum": "3226481229 16682",
+ "version": "6.9.2",
+ "cksum": "2800409701 16724",
"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},
"cfm_health": {
"type": {"key": {"type": "integer",
"minInteger": 0,