-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 0193.md #1251
base: master
Are you sure you want to change the base?
Update 0193.md #1251
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,19 +47,31 @@ following: | |
"details": [ | ||
{ | ||
"@type": "type.googleapis.com/google.rpc.ErrorInfo", | ||
"reason": "STOCKOUT", | ||
"reason": "resource_availability", | ||
"domain": "compute.googleapis.com", | ||
"metadata": { | ||
"zone": "us-east1-a", | ||
"vmType": "e2-medium", | ||
"attachment": "local-ssd=3,nvidia-t4=2" | ||
"zone": "us-east1-a", | ||
} | ||
}, | ||
{ | ||
"@type": "type.googleapis.com/google.rpc.LocalizedMessage", | ||
"locale": "en-US", | ||
"message": "A e2-medium with local-ssd=3,nvidia-t4=2 is currently unavailable in the us-east1-a zone.\nCapacity changes frequently, so try your request in a different zone, with a different VM hardware configuration, or at a later time. For more information, see troubleshooting documentation." | ||
"message": An <e2-medium> VM instance with <local-ssd=3,nvidia-t4=2> is currently unavailable in the <us-east1-a> zone.\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this field cannot contain line breaks, as it breaks json formatting. Please keep the content on a single line and use just escaped line breaks, '\n', instead. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, thank you. |
||
|
||
Consider trying your request in the <us-central1-f, us-central1-c> zone(s), which currently has/have capacity to accommodate your request.\n | ||
|
||
Alternatively, you can try your request again with a different VM hardware configuration or at a later time. For more information, see the troubleshooting documentation." | ||
} | ||
"@type": "type.googleapis.com/google.rpc.Help", | ||
"links": [ | ||
{ | ||
"description": "troubleshooting documentation" | ||
"url": "https://cloud.google.com/compute/docs/resource-error" | ||
} | ||
]"resource_availability", | ||
"domain": "compute.googleapis.com", | ||
] | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be in all-caps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. I think it should be yes.