Skip to content

Commit 196bad5

Browse files
authored
Merge pull request #1205 from bgilbert/xprt
Install xprtrdma/svcrdma kmods in redhat/suse dracut modules
2 parents dc6f613 + aa40d6d commit 196bad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redhat/rdma.modules-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install() {
2929

3030
installkernel() {
3131
hostonly='' instmods =drivers/infiniband =drivers/net/ethernet/mellanox =drivers/net/ethernet/chelsio =drivers/net/ethernet/cisco =drivers/net/ethernet/emulex =drivers/target
32-
hostonly='' instmods crc-t10dif crct10dif_common
32+
hostonly='' instmods crc-t10dif crct10dif_common xprtrdma svcrdma
3333
}

suse/module-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ install() {
2727

2828
installkernel() {
2929
hostonly='' instmods =drivers/infiniband =drivers/net/ethernet/mellanox =drivers/net/ethernet/chelsio =drivers/net/ethernet/cisco =drivers/net/ethernet/emulex =drivers/target
30-
hostonly='' instmods crc-t10dif crct10dif_common
30+
hostonly='' instmods crc-t10dif crct10dif_common xprtrdma svcrdma
3131
}

0 commit comments

Comments
 (0)