Hide Forgot
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:
Correction for step 1.d. The network should be added as so: <network id="48f8bb67-1d47-411c-a96a-0c6db1372cc3"></network>
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.
oVirt 3.4.4 has been released.