The API reports the following compatibility levels for Red Hat Enterprise Virtualization Manager 2.2 instance:
<host ...>
...
<version major="2" minor="2"/>
...
</host>
<cluster ...>
...
<version major="2" minor="2"/>
<supported_versions/>
...
</cluster>
<data_center ...>
...
<version major="2" minor="2"/>
<supported_versions/>
...
</data_center>
All hosts within a cluster are updated to VDSM 3.0
and the API reports:
<host ...>
...
<version major="3" minor="0"/>
...
</host>
<cluster ...>
...
<version major="2" minor="2"/>
<supported_versions>
<version major="3" minor="0"/>
</supported_versions>
...
</cluster>
<data_center ...>
...
<version major="2" minor="2"/>
<supported_versions/>
...
</data_center>
The cluster is now updatable to 3.0
and the API reports:
<cluster ...>
...
<version major="3" minor="0"/>
<supported_versions/>
...
</cluster>
<data_center ...>
...
<version major="2" minor="2"/>
<supported_versions>
<version major="3" minor="0"/>
</supported_versions>
...
</data_center>
The API user updates the data center to 3.0
. Once upgraded, the API exposes features available in Red Hat Enterprise Virtualization 3.0