[ovs-dev] [PATCH] ovsdb: bond_active_salve column's value should be durable when database restarts

Alex Wang alexw at nicira.com
Fri Oct 10 22:39:01 UTC 2014


Acked-by: Alex Wang <alexw at nicira.com>

On Fri, Oct 10, 2014 at 2:29 PM, Andy Zhou <azhou at nicira.com> wrote:

> 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 at nicira.com>
> ---
>  vswitchd/vswitch.ovsschema | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
> index 1b31550..1817766 100644
> --- a/vswitchd/vswitch.ovsschema
> +++ b/vswitchd/vswitch.ovsschema
> @@ -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": {
> @@ -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": {
> --
> 1.9.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list