Skip to content

Commit 902f3a8

Browse files
mwilckaafeijoo-suse
authored andcommitted
fix(nvmf): install 8021q module unconditionally
In NBFT setups, VLAN can be configured in the firmware. Add the 8021q module in hostonly mode even if VLAN is currently not used to be prepared for such configuration change.
1 parent 17b8649 commit 902f3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules.d/95nvmf/module-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ depends() {
5050
# called by dracut
5151
installkernel() {
5252
instmods nvme_fc lpfc qla2xxx
53-
hostonly="" instmods nvme_tcp nvme_fabrics
53+
hostonly="" instmods nvme_tcp nvme_fabrics 8021q
5454
}
5555

5656
# called by dracut

0 commit comments

Comments
 (0)