Description of problem: Updating a storage server connection is applicable only when the corresponded storage domain is in status maintenance. To allow updating regardless to the status, a 'force' option should be introduced. Version-Release number of selected component (if applicable): 3.6 Steps to Reproduce: 1. Find a storage domain in status different than maintenance. 2. Update the corresponded storage server connection using 'force' URL parameter. Expected results: Should be updated successfully. Example: PUT http://127.0.0.1:8080/ovirt-engine/api/storageconnections/123?force <storage_connection> <address>456</address> <port>3260</port> <target>789</target> <type>iscsi</type> </storage_connection>
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.
Verified on - ovirt-engine-4.1.0-0.0.master.20161126211319.gitae69c34.el7.centos.noarch
> PUT http://127.0.0.1:8080/ovirt-engine/api/storageconnections/123?force Should be ?force=true
This works with ?force only. Moving to assign