aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-20 14:21:06 -0700
committerBen Pfaff <blp@nicira.com>2011-06-21 13:02:28 -0700
commit3fe8050596e3cff28c007b5d7c1ec9c461849995 (patch)
treea75b4db7ac77e647994fa3e6953444be61e7fb72 /vswitchd/vswitch.ovsschema
parent8de67146f837bec4f103607cc5e0c7020c79e444 (diff)
bridge: Enable system stats only if turned on in the database.
Most hypervisors have no use for this column, so populating it just wastes CPU time. It can still be enabled explicitly via other-config. CC: Peter Balland <peter@nicira.com> CC: David Tsai <dtsai@nicira.com> Bug #5961. NIC-397.
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema6
1 files changed, 4 insertions, 2 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index dee2a045..315affcb 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "5.0.1",
- "cksum": "246745439 14434",
+ "version": "5.1.0",
+ "cksum": "154459795 14545",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -16,6 +16,8 @@
"type": {"key": {"type": "uuid",
"refTable": "SSL"},
"min": 0, "max": 1}},
+ "other_config": {
+ "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
"external_ids": {
"type": {"key": "string", "value": "string",
"min": 0, "max": "unlimited"}},