You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I configured a device type (HP ProLiant Server) as a 2U device.
Imported devices, entered three lines of CSV data, putting them in rack positions 17, 16, 15 (clash!)
The import succeeded without errors, and then looking at the rack nothing was rendered in those U positions at all - the imported devices were invisible.
This was a mistake, the servers are actually 1U, and I corrected the device type to 1U and that fixed it, they rendered in the right places.
Expectation: the import would fail because the devices would overlap with each other. Or the rack would render with an error visible in the double-assigned U positions.
The text was updated successfully, but these errors were encountered:
This is occurring because validation is being performed on each imported device in bulk before the devices are actually created. The bulk import logic is being overwritten in #655, which should resolve this bug once it's completed. Leaving this open for reference.
Issue type: bug report
Python version: 2.7.5 (CentOS 7 default)
NetBox version: 2.0.3
This was a mistake, the servers are actually 1U, and I corrected the device type to 1U and that fixed it, they rendered in the right places.
Expectation: the import would fail because the devices would overlap with each other. Or the rack would render with an error visible in the double-assigned U positions.
The text was updated successfully, but these errors were encountered: