yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88046
[Bug 1957161] [NEW] Wrong ACTIVE status of subports attached to a trunk whose parent is DOWN
Public bug reported:
Subports of a trunk should have the same status as the parent port.
However, with ovn, if the parent port is in DOWN status, the subports
are transitioned to ACTIVE as soon as they are attached to the trunk
Steps to reproduce
- Create 2 ports , Port1 and Port2 (in DOWN status)
- Create trunk: openstack network trunk create --parent-port Port1 trunk
- Add Port2 as a subport of the trunk: openstack network trunk set --subport port=Port2,segmentation-type=vlan,segmentation-id=101 trunk
- Check the status of Port2 is ACTIVE, while it should be DOWN
** Affects: neutron
Importance: Undecided
Assignee: Luis Tomas Bolivar (ltomasbo)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Luis Tomas Bolivar (ltomasbo)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1957161
Title:
Wrong ACTIVE status of subports attached to a trunk whose parent is
DOWN
Status in neutron:
New
Bug description:
Subports of a trunk should have the same status as the parent port.
However, with ovn, if the parent port is in DOWN status, the subports
are transitioned to ACTIVE as soon as they are attached to the trunk
Steps to reproduce
- Create 2 ports , Port1 and Port2 (in DOWN status)
- Create trunk: openstack network trunk create --parent-port Port1 trunk
- Add Port2 as a subport of the trunk: openstack network trunk set --subport port=Port2,segmentation-type=vlan,segmentation-id=101 trunk
- Check the status of Port2 is ACTIVE, while it should be DOWN
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1957161/+subscriptions
Follow ups