-
Notifications
You must be signed in to change notification settings - Fork 39
Try all available fault domains in case of out of host capacity #134
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
base: main
Are you sure you want to change the base?
Try all available fault domains in case of out of host capacity #134
Conversation
|
unit tests |
|
e2e test ccm test failed because of an intermittent failure, succeeded on retry |
a670a80 to
b53df26
Compare
joekr
left a comment
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.
based on this https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails if the FD isn't provided the compute API will find an FD that has capacity....assuming there is any capacity.
We don't need to handle the case of no FD provided here.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #133