Skip to content

Commit

Permalink
fix(iscsi): install 8021q module unconditionally
Browse files Browse the repository at this point in the history
In iBFT 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.
  • Loading branch information
mwilck authored and aafeijoo-suse committed Feb 13, 2023
1 parent 3de4c73 commit aa5d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/95iscsi/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ installkernel() {
local _funcs='iscsi_register_transport'

instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi qedi
hostonly="" instmods iscsi_tcp iscsi_ibft crc32c iscsi_boot_sysfs
hostonly="" instmods iscsi_tcp iscsi_ibft crc32c iscsi_boot_sysfs 8021q

if [ "$_arch" = "s390" -o "$_arch" = "s390x" ]; then
_s390drivers="=drivers/s390/scsi"
Expand Down

0 comments on commit aa5d952

Please sign in to comment.