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 am trying to attach boot volume as block volume, which are works fine from console.
I getting this error:
"Error returned by Compute Service. Http Status Code: 400. Error Code: InvalidParameter. Message: The volume cannot be attached to the instance ocid1.instance.oc1.iad because the specified device attribute /dev/oracleoci/oraclevdc is invalid..\nOperation Name: AttachVolume
I got this error from here:
Hi,
I am trying to attach boot volume as block volume, which are works fine from console.
I getting this error:
"Error returned by Compute Service. Http Status Code: 400. Error Code: InvalidParameter. Message: The volume cannot be attached to the instance ocid1.instance.oc1.iad because the specified device attribute /dev/oracleoci/oraclevdc is invalid..\nOperation Name: AttachVolume
I got this error from here:
oci-cloud-controller-manager/pkg/csi/driver/bv_controller.go
Line 725 in 411bfeb
I am not sure but it's seems that the device selection is wrong here:
oci-cloud-controller-manager/pkg/oci/client/volume_attachment.go
Line 171 in 411bfeb
also device attribute is optional, is it possible not to send it?
https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/AttachVolumeDetails
Thanks,
Hezy
The text was updated successfully, but these errors were encountered: