Description of problem: when running api call for hosts: 2013-01-01 12:17:57,722 - MainThread - root - ERROR - Response href: https://jenkins-automation-rpm-vm31.eng.lab.tlv.redhat.com/api/hosts, status 200 is not valid against xsd schema 2013-01-01 12:17:57,723 - MainThread - root - ERROR - Response body: <hosts> <host href="/api/hosts/f8e92641-8192-4a29-8d17-fda985a7edfb" id="f8e92641-8192-4a29-8d17-fda985a7edfb"> ...... ....... <version major="-1" minor="-1" build="-1" revision="-1"/> ...... </host> </hosts> Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. install latest sf and add 6.4 host with cluster level 3.1 2. 3. Actual results: Expected results: versions shouldn't be < 0 and should reflect the actual version (3.2.0?) Additional info:
link : http://gerrit.ovirt.org/#/c/10687/ change id : Ib6cf8f5480b29e07b60f36465b8fa0db74ee5246 This patch suppresses the version infrmation from /api/hosts xml if the version is unknown (-1).
http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=179dcf69a967334d43d2b92e400571c6cd92dbb0
<version major="4" minor="10" build="2" revision="0" full_version="vdsm-4.10.2-4.0.el6ev"/> Verified sf4
3.2 has been released