[ovs-dev] [PATCH] vswitch.ovsschema: Correct schema version number.

Ben Pfaff blp at nicira.com
Tue Oct 7 23:54:12 UTC 2014


Commit 3e5aeeb581faf7 (bridge: Keep bond active slave selection across OVS
restart) updated the OVS schema number from 7.9.0 to 8.0.0.  However,
the major version number should only be incremented for incompatible schema
changes, ones that are likely to break software that interacts with the
schema.  The change in question only added a column to a table, so it is
not an incompatible change.  Therefore, this commit changes the schema
version number to 7.10.0, indicating a compatible change.

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

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index eb4a112..1b31550 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
- "version": "8.0.0",
- "cksum": "867114045 21497",
+ "version": "7.10.0",
+ "cksum": "4112502492 21498",
  "tables": {
    "Open_vSwitch": {
      "columns": {
-- 
1.7.10.4




More information about the dev mailing list