[OVSDB-11] Can't delete QOS from java api Created: 29/Apr/14  Updated: 19/Oct/17  Resolved: 12/Jan/16

Status: Resolved
Project: ovsdb
Component/s: API
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Jim O Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Windows
Platform: PC


External issue ID: 913

 Description   

I make the call to deleteRow() and I get a success value back but the qos isn't deleted.

If the qos is referenced from a port, that reference is removed so the port no longer has a reference to the qos but the qos itself still remains.

If the qos is not referenced from a port, it still remains.

Here is the code:

final Status status = ovsdbConfigService.deleteRow(ovsNode, Qos.NAME.getName(), qosUUID);
if (!status.isSuccess())
{
log.error("{}: {}", status.getCode(), status.getDescription());
log.error("Failed to delete Qos {} in {}", qosUUID, ovsNode);
}
else
{
log.debug("deleted Qos {}", qosUUID);
}



 Comments   
Comment by Sam Hague [ 12/Jan/16 ]

Code is deprecated.

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