-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sriov_apply: execute apply --sriov-only before network-pre.target
When activating VF LAG and at the same time changing the e-switch mode to switchdev, the e-switch change MUST be performed before the bonding. Trying to change it after the bond is created will fail and the driver will report that the e-switch is busy. In fact, all the SR-IOV initial setup must happen before the networking configuration. Change the order in which we call netplan apply --sriov-only to happen before network-pre.target.
- Loading branch information
1 parent
27346fc
commit 2c82bb1
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters