Bug 1133896 - Fix operations of add,remove and list for StorageConnections in iSCSI Bond
Summary: Fix operations of add,remove and list for StorageConnections in iSCSI Bond
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-api
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.4.4
Assignee: Maor
QA Contact: Aharon Canan
URL:
Whiteboard: storage
Depends On:
Blocks: 1154674
TreeView+ depends on / blocked
 
Reported: 2014-08-26 12:10 UTC by Maor
Modified: 2016-02-10 20:09 UTC (History)
7 users (show)

Fixed In Version: ovirt-3.4.4_rc
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-24 08:09:06 UTC
oVirt Team: Storage
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 31979 0 master MERGED restapi:Fix CRUD operations for iSCSI Storage connection. Never
oVirt gerrit 32123 0 ovirt-engine-3.5 MERGED restapi:Fix CRUD operations for iSCSI Storage connection. Never
oVirt gerrit 32129 0 ovirt-engine-3.4 MERGED restapi:Fix CRUD operations for iSCSI Storage connection. Never

Description Maor 2014-08-26 12:10:04 UTC
Description of problem:
Fix usages of Add Remove and list for StorageConnections in iSCSI Bond

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. Try to use the following:
Get a list of Storage Connections contained in the iSCSI bond:
Get    /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/
    
Get a specific Storage Connection in the iSCSI bond:
Get /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/{storage_id}/
    
Adding a new Storage Connection to an existing iSCSI Bond:
POST /api/datacenters/{datacenter_id}/iscsibonds HTTP/1.1
Accept: application/xml
<storage_connection id="{connection_id}"></storage_connection>
    
Remove a Storage Connection from the existing iSCSi Bond:
DELETE /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/{storage_id}/ HTTP/1.1

Actual results:
The operation described in the steps to reproduce does not work

Expected results:


Additional info:

Comment 1 Sandro Bonazzola 2014-09-24 08:09:06 UTC
oVirt 3.4.4 has been released.


Note You need to log in before you can comment on or make changes to this bug.