You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
836 B
26 lines
836 B
6 years ago
|
From 8c67fb91232d52d15effce75eb564d26b0a1e994 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 19 Aug 2016 15:56:47 +0200
|
||
|
Subject: [PATCH] nfs: install more kernel modules
|
||
|
|
||
|
adds support for rpcrdma to support NFSROOT over NFSoRDMA
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1367374
|
||
|
---
|
||
|
modules.d/95nfs/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/95nfs/module-setup.sh b/modules.d/95nfs/module-setup.sh
|
||
|
index de5a754a..dc2e7221 100755
|
||
|
--- a/modules.d/95nfs/module-setup.sh
|
||
|
+++ b/modules.d/95nfs/module-setup.sh
|
||
|
@@ -25,7 +25,7 @@ depends() {
|
||
|
}
|
||
|
|
||
|
installkernel() {
|
||
|
- hostonly='' instmods nfs sunrpc ipv6 nfsv2 nfsv3 nfsv4 nfs_acl nfs_layout_nfsv41_files
|
||
|
+ hostonly='' instmods =net/sunrpc =fs/nfs ipv6 nfs_acl nfs_layout_nfsv41_files
|
||
|
}
|
||
|
|
||
|
install() {
|