-
Notifications
You must be signed in to change notification settings - Fork 12
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 Half U #133
Fix Half U #133
Conversation
How does this impact the racking of such devices? (IIRC 0U devices can't be assigned a rack position, so racked 0.5U devices may pose a problem for importing). |
Thanks for clarification, what's your proposal on this pls.? Not sure whether remove rack assignment, fail, or try to round it to 1? Any other thoughts? If the rack assignment would fail as a |
Rounding up wouldn't be any better as you'd now have two 1U devices trying to occupy the same position in the rack, which would also be invalid. Possibly the best approach would be to round down |
"is_custom": true, | ||
"is_custom": false, |
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.
Unrelated change?
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.
This file is generated, don't want to change it manually.
Noticed this color
field flapping. Want to fix it in a separate PR, not a real issue now.
color (DATA) (CUSTOM) => value_importer => color (CharField) | ||
color (DATA) => value_importer => color (CharField) |
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.
Unrelated change?
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.
This file is generated, don't want to change it manually.
Noticed this color field flapping. Want to fix it in a separate PR, not a real issue now.
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.
I question the value of this fix in isolation without also addressing the racking issue, but looks fine for what it is.
Closes: NaN
What's Changed
DeviceType.u_height
.To Do