Hide Forgot
Description of problem: [REST API] storage_manager object/tag is missing in host details Version-Release number of selected component (if applicable): oVirt Engine Version: 4.0.0-0.0.master.20160322171551.git6cdf188.el7.centos How reproducible: 100% Steps to Reproduce: 1. Run one of the following rest queries: - https://jenkins-vm-20.scl.lab.tlv.redhat.com/ovirt-engine/api/hosts/ - https://jenkins-vm-20.scl.lab.tlv.redhat.com/ovirt-engine/api/v3/hosts/ 2. Looking for storage_manager tag Actual results: the storage_manager tag is missing Expected results: the following tag should appear in each host: <storage_manager priority="5">false</storage_manager> or <storage_manager priority="5">true</storage_manager> Additional info: in 3.6 environment we can see it for example in: - https://jenkins-vm-13.scl.lab.tlv.redhat.com/ovirt-engine/api/hosts/
This is probable related to: 2.9. Removed the storage_manager element The storage_manager element was replaced by the spm element some time ago. The old one was kept for backwards compatibility, but it has been completely removed now. automation should align
It is correct that all clients, and automation as well, should use the new "spm" element, as "storage_manager" is deprecated. However we need to keep "storage_manager" working in version 3 of the API. I'm reopening and fixing.
For more information about the change from "storage_manager" to "spm" see bug 1136061.
missing in v4 of api tested in ovirt-engine-restapi-4.0.0.4-0.1.el7ev.noarch
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
in v4 as spm as mentioned in comment#2 <spm><priority>5</priority><status>spm</status></spm> fixing to VERIFEID
oVirt 4.0.0 has been released, closing current release.