Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
Nitrogen, Oxygen, Carbon
-
None
Description
This was working in old ODL releases but unfortunately we do not have test for queues so not sure when it stopped to work.
To reproduce:
1) start mininet 1 switch with no connection:
sudo mn --topo tree,1
2) configure queues:
sudo ovs-vsctl set port s1-eth1 qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=1000000000 queues:123=@vif10queue queues:234=@vif20queue -- --id=@vif10queue create queue other-config:max-rate=10000000 -- --id=@vif20queue create queue other-config:max-rate=20000000
3) connect to controller:
sudo ovs-vsctl set-controller s1 tcp:192.168.0.102:6633
Switch does not complete the connection because some failure writing in DS, see attached karaf.log.
Attachments
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 70683,6 | must use full node-connector string when writing queue stats | master | openflowplugin | Status: MERGED | +2 | +1 |
| 70684,3 | must use full node-connector string when writing queue stats | stable/oxygen | openflowplugin | Status: MERGED | +2 | +1 |
| 70685,3 | must use full node-connector string when writing queue stats | stable/nitrogen | openflowplugin | Status: MERGED | +2 | +1 |
| 70876,2 | must use full node-connector string when writing queue stats | stable/carbon | openflowplugin | Status: MERGED | +2 | +1 |