You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using Managed Block Storage with Ceph.
Doing a API request towards /ovirt-engine/api/storagedomains
Managed block storage does not have a type set like my other storages like NFS has data and ovirt-image-repository has image.
To reproduce
GET /ovirt-engine/api/storagedomains | jq '.[] | .[] | .name + " <----> " + .type'
Expected behavior
I would expect that managed block storage should have type=data
Additional context
Foreman is unable to fetch my managed block storage from oVirt API.
So i cant provision a new VM with a storage located on my Ceph cluster.
Affected version
Describe the bug
I am using Managed Block Storage with Ceph.
Doing a API request towards /ovirt-engine/api/storagedomains
Managed block storage does not have a type set like my other storages like NFS has data and ovirt-image-repository has image.
To reproduce
GET /ovirt-engine/api/storagedomains | jq '.[] | .[] | .name + " <----> " + .type'
Expected behavior
I would expect that managed block storage should have type=data
Screenshots
jqplay
Additional context
Foreman is unable to fetch my managed block storage from oVirt API.
So i cant provision a new VM with a storage located on my Ceph cluster.
My foreman issue: https://projects.theforeman.org/issues/36336
The text was updated successfully, but these errors were encountered: