[OVSDB-170] Items removed from 'external-ids' or 'other-config' in the Open_vSwitch table are not removed from operational MD-SAL Created: 09/Jun/15  Updated: 19/Oct/17  Resolved: 22/Jun/15

Status: Resolved
Project: ovsdb
Component/s: Southbound.Open_vSwitch
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Eric Multanen Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 3647

 Description   

OVSDB updates to the Open_vSwitch table which include deletions from the 'external-ids' or 'other-config' columns are not updated in the MD-SAL.

Example:
On the OVSDB node, add someething to 'external-ids':

  1. sudo ovs-vsctl set open_vswitch . external-id:hello=there

As a result, the "hello,there" entry will be added to the OVSDB southbound
operational MD-SAL datastore for the associated OVSDB node.

Now, remove the entry from the OVSDB node:

  1. sudo ovs-vsctl remove open_vswitch . external-id "hello"

While the "hello,there" entry is removed from the Open_vSwitch table in the
OVSDB on the OVSDB Node (check with # sudo ovs-vsctl list open_vswitch), the OVSDB southbound operational MD-SAL datastore
will still contain the "hello,there" entry.



 Comments   
Comment by Flavio Fernandes [ 22/Jun/15 ]

Gerrit:

https://git.opendaylight.org/gerrit/#/c/23102/

Comment by Sam Hague [ 22/Jun/15 ]

https://git.opendaylight.org/gerrit/#/c/22998/
https://git.opendaylight.org/gerrit/#/c/23102/

Generated at Wed Feb 07 20:35:41 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.