diff mbox series

[ovs-dev] NEWS: add info about ovn-controller-vtep version pinning

Message ID 20220214175335.1956758-1-odivlad@gmail.com
State Accepted
Headers show
Series [ovs-dev] NEWS: add info about ovn-controller-vtep version pinning | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Vladislav Odintsov Feb. 14, 2022, 5:53 p.m. UTC
Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>
---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Numan Siddique Feb. 14, 2022, 9:25 p.m. UTC | #1
On Mon, Feb 14, 2022 at 12:54 PM Vladislav Odintsov <odivlad@gmail.com> wrote:
>
> Signed-off-by: Vladislav Odintsov <odivlad@gmail.com>

Thanks.  Applied.

Numan

> ---
>  NEWS | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index bf052838d..984e9977e 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -7,6 +7,9 @@ Post v21.12.0
>      - ovn-nbctl copp-list <name>
>      - ovn-nbctl ls-copp-add <name> <switch>
>      - ovn-nbctl lr-copp-add <name> <router>
> +  - Support version pinning between ovn-northd and ovn-controller-vtep as an
> +    option. If the option is enabled and the versions don't match,
> +    ovn-controller-vtep will not process any DB changes.
>
>  OVN v21.12.0 - 22 Dec 2021
>  --------------------------
> --
> 2.26.3
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index bf052838d..984e9977e 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@  Post v21.12.0
     - ovn-nbctl copp-list <name>
     - ovn-nbctl ls-copp-add <name> <switch>
     - ovn-nbctl lr-copp-add <name> <router>
+  - Support version pinning between ovn-northd and ovn-controller-vtep as an
+    option. If the option is enabled and the versions don't match,
+    ovn-controller-vtep will not process any DB changes.
 
 OVN v21.12.0 - 22 Dec 2021
 --------------------------