summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2015-08-04 01:48:26 +0000
committerJames Harvey2015-08-04 01:48:26 +0000
commit6f939607f3706e1687fd9dd2ec46d0b8ad9c5430 (patch)
treeb8cbc653405fc098a1b61f40958cd7db7444af53 /PKGBUILD
parentf73f0e28e7e53d1fdebbe74de0ef8164cebb8657 (diff)
downloadaur-nfs-utils-rdma-client.tar.gz
As of kernel 4.1.3 (-1 Arch) and/or systemd 223, there is a bug in svcrdma, where if it is loaded before some of the other rdma or nfs related modules or services are up, systemd will not reboot or shutdown. It will unmount everything and shut down all services, but then at the last second not actually hit the power switch. Applying the same fix for xprtrdma, due to the severity of the bug. Didn't see if it can rear its ugly head. Also because there's serious discussion upstream of combining svcrdma and xprtrdma into one kernel module.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22f021e39a46..d26fb03e5596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * Namcap warns that dependency rdma and nfs-utils are not needed, but nfs-utils-rdma-client requires IPoIB, and the IPoIB kernel modules are loaded by the rdma package, and requires nfs-utils, or there's no kernel module to load.
pkgname=nfs-utils-rdma-client
-pkgver=1.01
+pkgver=1.02
pkgrel=1
pkgdesc='Load kernel modules for NFS client using RDMA'
arch=('any')
@@ -12,7 +12,7 @@ source=('nfs-utils-rdma-client'
'nfs-utils-rdma-client.service'
'nfs-utils-rdma-client.install')
md5sums=('8652506b9507de4b53c44655fb9bcb45'
- 'b56ee8cb993dbe9432430a6fabb7847b'
+ 'e4dd9e75cf78d0bb6710e492bbeef77f'
'f0f4895f0d64178312da50e7b27a1617')
package() {