-
Notifications
You must be signed in to change notification settings - Fork 509
Issues with Creating OCI Instances: “Out of Host Capacity” and “Shape VM.Standard.A1.Flex not Found” #142
Comments
the same problem |
What area are you in? I'm UK |
i'm too |
Then I tentatively suspect a UK problem. |
The reason of this error its |
Professionalism bro, thanks a lot! |
Just in case it helps anyone, I'm in
|
I’m trying to create instances using my script, but I’m encountering a peculiar issue where it’s either successful or fails. What could be the reason behind this alternating success and failure? (Extracted from parts of oci.log).
{
"code": "InternalError",
"message": "Out of host capacity."
}
{
"code": "NotAuthorizedOrNotFound",
"message": "shape VM.Standard.A1.Flex not found"
}
{
"code": "InternalError",
"message": "Out of host capacity."
}
{
"code": "NotAuthorizedOrNotFound",
"message": "shape VM.Standard.A1.Flex not found"
}
{
"code": "InternalError",
"message": "Out of host capacity."
}
{
"code": "NotAuthorizedOrNotFound",
"message": "shape VM.Standard.A1.Flex not found"
}
The text was updated successfully, but these errors were encountered: