ovsdb: bond_active_salve column's value should be durable when database restarts
authorAndy Zhou <azhou@nicira.com>
Fri, 10 Oct 2014 21:20:36 +0000 (14:20 -0700)
committerAndy Zhou <azhou@nicira.com>
Fri, 10 Oct 2014 22:46:53 +0000 (15:46 -0700)
According to RFC 7047, 'ephemeral' annotation does not guarantee
the values to be durable. This fix Removes this annotation.

VMware-BZ:  1332235

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
vswitchd/vswitch.ovsschema

index 08c9b20..57f0ce9 100644 (file)
@@ -1,6 +1,6 @@
 {"name": "Open_vSwitch",
- "version": "7.6.1",
- "cksum": "1587823839 20754",
+ "version": "7.6.2",
+ "cksum": "3478940432 20717",
  "tables": {
    "Open_vSwitch": {
      "columns": {
          "type": "integer"},
        "bond_active_slave": {
          "type": {"key": {"type": "string"},
-                  "min": 0, "max": 1},
-                  "ephemeral": true},
+                  "min": 0, "max": 1}},
        "bond_fake_iface": {
          "type": "boolean"},
        "fake_bridge": {