Skip to content
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

fix: Update code to allow next-available for h/w reservation id in metal_device module #226

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

omarkhan5299
Copy link
Contributor

@omarkhan5299 omarkhan5299 commented Sep 20, 2024

Fixes #224

A device that is not privisionable will fail when we try to provision on it. Thus, removing the extra check of validation if a device is provisionable or not allows us to pass next-available as the h/w reservation id.

@omarkhan5299 omarkhan5299 changed the title [bug-fix-224] Update code to allow next-available for h/w reservation id in metal_device module fix: Update code to allow next-available for h/w reservation id in metal_device module Sep 20, 2024
Copy link
Contributor

@ctreatma ctreatma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for the contribution!

@ctreatma ctreatma merged commit 46ee28e into equinix:main Sep 20, 2024
5 of 6 checks passed
Copy link

This PR is included in version 0.10.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't use next-available hardware reservation in the metal_device module
2 participants