diff mbox series

[ovs-dev,v2] ovsschema: Set bfd_status to ephemeral.

Message ID 20221027060113.5075-1-zhihui.ding@easystack.cn
State Accepted
Headers show
Series [ovs-dev,v2] ovsschema: Set bfd_status to ephemeral. | expand

Checks

Context Check Description
ovsrobot/intel-ovs-compilation success test: success
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Daniel Ding Oct. 27, 2022, 6:01 a.m. UTC
When restart openvswitch, the bfd status will be kept
before ovs-vswitchd running. And if the ovs-vswitchd
has high workload, which will defer updating bfd status,
which not we excepted.

Signed-off-by: Daniel Ding <zhihui.ding@easystack.cn>
---
 vswitchd/vswitch.ovsschema | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Ilya Maximets Dec. 6, 2022, 5:13 p.m. UTC | #1
On 10/27/22 08:01, Daniel Ding wrote:
> When restart openvswitch, the bfd status will be kept
> before ovs-vswitchd running. And if the ovs-vswitchd
> has high workload, which will defer updating bfd status,
> which not we excepted.
> 
> Signed-off-by: Daniel Ding <zhihui.ding@easystack.cn>
> ---
>  vswitchd/vswitch.ovsschema | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Applied.  Thanks!

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 4873cfde7..1a49cdffe 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@ 
 {"name": "Open_vSwitch",
- "version": "8.3.0",
- "cksum": "3781850481 26690",
+ "version": "8.3.1",
+ "cksum": "3012963480 26720",
  "tables": {
    "Open_vSwitch": {
      "columns": {
@@ -280,7 +280,8 @@ 
                "min": 0, "max": "unlimited"}},
        "bfd_status": {
            "type": {"key": "string", "value": "string",
-               "min": 0, "max": "unlimited"}},
+               "min": 0, "max": "unlimited"},
+           "ephemeral": true},
        "cfm_mpid": {
          "type": {
            "key": {"type": "integer"},