Bug 1133279 - Adding networks to an Iscsi Bond will remove all the other existing networks in this IscsiBond and replace them with the new added network
Summary: Adding networks to an Iscsi Bond will remove all the other existing networks ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-api
Version: 3.4
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-24 08:00 UTC by Maor
Modified: 2016-02-10 16:32 UTC (History)
8 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:08:51 UTC
oVirt Team: Storage
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 31859 0 master MERGED core: Initialize internal lists in IscsiBond Never
oVirt gerrit 32122 0 ovirt-engine-3.5 MERGED core: Initialize internal lists in IscsiBond Never
oVirt gerrit 32128 0 ovirt-engine-3.4 MERGED core: Initialize internal lists in IscsiBond Never

Description Maor 2014-08-24 08:00:30 UTC
Description of problem:
Add a network to an Iscsi Bond, will remove all the other existing networks in this IscsiBond and replace them with the new added network

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


How reproducible:
100%

Steps to Reproduce:
1. In the Rest 
  a. use POST method
  b. With the following Content-Type: application/xml
  c. Call the  following API: .../ovirt-engine/api/datacenters/{Guid}/iscsibonds/{Guid}/netowrks
  d. Send the following network to be added : <network>{Guid}</network>
2.
3.

Actual results:
All the IscsiBond's Networks will be removed and only the new network will be assigned to the IscsiBond

Expected results:
The network should be added to the already existing networks

Additional info:

Comment 1 Maor 2014-08-24 09:29:10 UTC
Correction for step 1.d. The network should be added as so:
<network id="48f8bb67-1d47-411c-a96a-0c6db1372cc3"></network>

Comment 2 Allon Mureinik 2014-08-24 11:25:15 UTC
Maor - let's make sure we backport this to ovirt-engine-3.5 AND ovirt-engine-3.4 after its merged in upstream's master.

Comment 3 Sandro Bonazzola 2014-09-24 08:08:51 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.