Created attachment 813213 [details] Screenshot of REST-Client-Output Description of problem: If I try to delete a storage connection via API-Call (no matter if via rest-client, curl, or ovirt-shell) the delete method fails. Version-Release number of selected component (if applicable): this occurs in ovirt 3.3 How reproducible: always Steps to Reproduce: 1. find a storage connection id, e.g. brows to the specific api entrypoint: https://www.example.com/api/storageconnections 2. try do delete this connection via curl/rest-client/ovirt-shell: e.g.: [oVirt shell (connected)]# remove storageconnection 84970346-ae22-49cf-8a4c-c1bd27a0b7a4 Actual results: in ovirt-shell you get: error: status: 404 reason: Not Found detail: Entity not found: null But you can list the connection via shell, so it exists: [oVirt shell (connected)]# show storageconnection 84970346-ae22-49cf-8a4c-c1bd27a0b7a4 id : 84970346-ae22-49cf-8a4c-c1bd27a0b7a4 address: server1 path : /var/lib/exports/export type : nfs Via REST-Client you get: "The specified HTTP method is not allowed for the requested resource" (See the attached screenshot) Expected results: The Storageconnection gets deleted Additional info: The Storage Domain associated to this connection was an export domain, which got deleted, but the connection persisted. As an side effect, we can no longer add additional local storage domain, in a third local storage datacenter because then it says: "can't add storage connection, connection already exists"
i think this is only in 3.3.1, which is just about to beta
So this feature doesn't exist in 3.3.0: http://www.ovirt.org/Features/Manage_Storage_Connections#Detach_a_storage_connection_from_iscsi_storage_domain_.28DELETE.29 ? Btw, the wiki seems to be down, I get: "Can't contact the database server: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 (127.7.52.129))"
If this should get fixed in 3.3.1 I suggest to add this bug as a blocker to the release tracking bug: https://bugzilla.redhat.com/show_bug.cgi?id=1019391
Allon, Daniel, this is in modified state but there is no gerrit patch in external tracker
oVirt 3.3.1 has been released