Interfaces on virtual chassis slave get lost when modifying interface form factor #1586

Closed
opened 2025-12-29 16:33:13 +01:00 by adam · 2 comments
Owner

Originally created by @goebelmeier on GitHub (Feb 28, 2018).

Issue type

[ ] Feature request
[X] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.4
  • NetBox version: 2.3.0

Description

Reproduce

  • Create top-level device (e.g. Cisco Nexus)
  • Create slave device (e.g. Cisco FEX)
  • Create VC with both devices
  • Create Interface on Nexus
  • Create Interface on FEX
  • On Nexus device page you will see both interfaces
  • On FEX device page you will see the FEX interfaces
  • Until this point everything is expected
  • Now change the interface form factor on the FEX interface
  • The Nexus device will continue to show both interfaces
  • The interface list on FEX device is empty <-- that's the bug
Originally created by @goebelmeier on GitHub (Feb 28, 2018). <!-- Before opening a new issue, please search through the existing issues to see if your topic has already been addressed. Note that you may need to remove the "is:open" filter from the search bar to include closed issues. Check the appropriate type for your issue below by placing an x between the brackets. For assistance with installation issues, or for any other issues other than those listed below, please raise your topic for discussion on our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please note that issues which do not fall under any of the below categories will be closed. Due to an excessive backlog of feature requests, we are not currently accepting any proposals which extend NetBox's feature scope. Do not prepend any sort of tag to your issue's title. An administrator will review your issue and assign labels as appropriate. ---> ### Issue type [ ] Feature request <!-- An enhancement of existing functionality --> [X] Bug report <!-- Unexpected or erroneous behavior --> [ ] Documentation <!-- A modification to the documentation --> <!-- Please describe the environment in which you are running NetBox. (Be sure to verify that you are running the latest stable release of NetBox before submitting a bug report.) If you are submitting a bug report and have made any changes to the code base, please first validate that your bug can be recreated while running an official release. --> ### Environment * Python version: 3.5.4 * NetBox version: 2.3.0 <!-- BUG REPORTS must include: * A list of the steps needed for someone else to reproduce the bug * A description of the expected and observed behavior * Any relevant error messages (screenshots may also help) FEATURE REQUESTS must include: * A detailed description of the proposed functionality * A use case for the new feature * A rough description of any necessary changes to the database schema * Any relevant third-party libraries which would be needed --> ### Description #### Reproduce * Create top-level device (e.g. Cisco Nexus) * Create slave device (e.g. Cisco FEX) * Create VC with both devices * Create Interface on Nexus * Create Interface on FEX * On Nexus device page you will see both interfaces * On FEX device page you will see the FEX interfaces * Until this point everything is expected * Now change the interface form factor on the FEX interface * The Nexus device will continue to show both interfaces * The interface list on FEX device is empty <-- that's the bug
adam added the type: bugstatus: accepted labels 2025-12-29 16:33:13 +01:00
adam closed this issue 2025-12-29 16:33:13 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 1, 2018):

I'm not able to replicate this behavior. After modifying the form factor of a VC member device's interface, all interfaces still appear as expected.

@jeremystretch commented on GitHub (Mar 1, 2018): I'm not able to replicate this behavior. After modifying the form factor of a VC member device's interface, all interfaces still appear as expected.
Author
Owner

@goebelmeier commented on GitHub (Mar 1, 2018):

I just played around a bit with that issue. Seems like it just breaks when using bulk-edit on the master device to bulk-edit interfaces on a slave device.

i.e. mark two slave interfaces checkboxes and then hit the edit button on the lower left. Then change the form factor, confirm using 'Apply' button and then change from VC master device to VC slave device and recognize the interfaces are gone. Back on to VC master the interfaces will re-appear.

@goebelmeier commented on GitHub (Mar 1, 2018): I just played around a bit with that issue. Seems like it just breaks when using bulk-edit on the master device to bulk-edit interfaces on a slave device. i.e. mark two slave interfaces checkboxes and then hit the edit button on the lower left. Then change the form factor, confirm using 'Apply' button and then change from VC master device to VC slave device and recognize the interfaces are gone. Back on to VC master the interfaces will re-appear.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1586