Skip to content

Commit

Permalink
ovsdb: bond_active_salve column's value should be durable when databa…
Browse files Browse the repository at this point in the history
…se restarts

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 <[email protected]>
Acked-by: Alex Wang <[email protected]>
  • Loading branch information
azhou-nicira committed Oct 10, 2014
1 parent 747f140 commit d9723d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vswitchd/vswitch.ovsschema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
"version": "7.10.0",
"cksum": "4112502492 21498",
"version": "7.10.1",
"cksum": "2340049037 21461",
"tables": {
"Open_vSwitch": {
"columns": {
Expand Down Expand Up @@ -162,8 +162,7 @@
"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": {
Expand Down

0 comments on commit d9723d8

Please sign in to comment.