GNOME Bugzilla – Bug 779026
Add support for new storage domain format
Last modified: 2017-03-01 14:40:46 UTC
Created attachment 346360 [details] [review] adds v4 to storage format oVirt 4.1 now sends 'v4' as storage format, which causes the following warning: libgovirt-CRITICAL **: file ovirt-utils.c: line 152 (ovirt_utils_genum_get_value): should not be reached This new value was introduced in 4.1, as it can be seen in the REST API documentation: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1-beta/html-single/rest_api_guide/#types-storage_format While there was no such value in 4.0, for instance: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.0/html-single/rest_api_guide/#types-storage_format
Review of attachment 346360 [details] [review]: ACK.