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
I defined a virtual machine attached to a host (aq machine --vmhost...) with a local disk, without any problem. Later, I tried to update it to be attached to a cluster with the following command:
aq update machine --mach svomvm1 --cluster openstack_vd
but it resulted in the unexpected error:
Internal Server Error: 'LocalDisk' object has no attribute 'backing_store'
Whether it is valid to have a local disk on a VM is discussable but the behaviour should be consistent between add and update and if it is an error, it should be properly handled rather than result in an internal error.
Merge in AQUILON_AQD/aqd from ~KAMURTHY/aqd:Feature/AQUILONAQD-1041/AQ-JSON-Data to master
* commit '45147b036b78e5a8ea8fe65caa73ebb638c49c96':
AQUILONAQD-1041: AQ-JSON-DATA
I defined a virtual machine attached to a host (
aq machine --vmhost...
) with a local disk, without any problem. Later, I tried to update it to be attached to a cluster with the following command:but it resulted in the unexpected error:
Whether it is valid to have a local disk on a VM is discussable but the behaviour should be consistent between
add
andupdate
and if it is an error, it should be properly handled rather than result in an internal error.The machine attributes are:
The text was updated successfully, but these errors were encountered: