Typo in Device model #9231

Closed
opened 2025-12-29 20:47:17 +01:00 by adam · 0 comments
Owner

Originally created by @grncbg on GitHub (Feb 11, 2024).

Originally assigned to: @grncbg on GitHub.

Deployment Type

Self-hosted

NetBox Version

v3.7.2

Python Version

3.8

Steps to Reproduce

error message is defined as "A U0 device type ...", but I think the correct definition is "A 0U device type ...".

011bc5bd78/netbox/dcim/models/devices.py (L873-L880)

Expected Behavior

A 0U device type ({device_type}) cannot be assigned to a rack position.

Observed Behavior

A U0 device type ({device_type}) cannot be assigned to a rack position.

Originally created by @grncbg on GitHub (Feb 11, 2024). Originally assigned to: @grncbg on GitHub. ### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.8 ### Steps to Reproduce error message is defined as "A U0 device type ...", but I think the correct definition is "A 0U device type ...". https://github.com/netbox-community/netbox/blob/011bc5bd78229122341bf21f0774662413dd8ba0/netbox/dcim/models/devices.py#L873-L880 ### Expected Behavior A 0U device type ({device_type}) cannot be assigned to a rack position. ### Observed Behavior A U0 device type ({device_type}) cannot be assigned to a rack position.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:47:17 +01:00
adam closed this issue 2025-12-29 20:47:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9231