Reviewed: https://review.opendev.org/744210 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d4ae3f75a542112c92130828f992eec17d5bf0ba Submitter: Zuul Branch: master
commit d4ae3f75a542112c92130828f992eec17d5bf0ba Author: Rodolfo Alonso Hernandez <[email protected]> Date: Fri Jul 31 15:33:47 2020 +0000 Change "propagate_uplink_status" default value to True When "uplink-status-propagation" extension is enabled, new ports created will default the value of "propagate_uplink_status" to True. Closes-Bug: #1888487 Change-Id: If1e533a61aeebbb4761d669c516fe86a4381765c ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1888487 Title: Change the default value of "propagate_uplink_status" to True Status in neutron: Fix Released Bug description: RFE [1] implemented a new port extension for SR-IOV ports. When this extension is enabled, the user can set this new flag "propagate_uplink_status" to True. That will set the VF link-state associated to this SR-IOV to "auto". By default, without this extension, the link-state will be set to "enable" or "disable". With this extension and "propagate_uplink_status" to False, the behavior will be the same ("enable"/"disable"). This bug is proposing to, by default, if this extension is enabled, to set "propagate_uplink_status" to True. That will set the link-state of the VF to "auto". That means the VF state will follow the PF state NOTE: in some devices, the VF set to "enable" can transmit traffic when the PF is "down". That means if the VF is set to "auto", the VF won't be able to transmit. But, IMO, this behavior is more reasonable that allowing the VF to use the line when the PF is down. [1]https://bugs.launchpad.net/neutron/+bug/1722720 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1888487/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

