]> git.openfabrics.org - ~aditr/ofed_scripts.git/commit
install.pl: rework logic determining whether to allow NFSRDMA
authorJon Mason <jon@opengridcomputing.com>
Fri, 13 Nov 2009 00:28:24 +0000 (18:28 -0600)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 15 Nov 2009 08:56:35 +0000 (10:56 +0200)
commit3d20270af2e273d544ca00e4cbc8e81fa00314ff
tree1ccd006610de1f332dde63dcc97adcb4f4e85876
parentf6a40d892998d6e794ccb045c58241144acab259
install.pl: rework logic determining whether to allow NFSRDMA

It is possible to install NFSRDMA on unsupported distros by installing a
newer kernel on an older distro.  Unfortunately, this causes issues with
trying to instal rnfs-utils and potentially other nasty side effects.
By reducing the logic to check for the supported distros and the
supported kernels only, then this should it prevent from happening.
Also, the logic is much cleaner this way.

This fixes bug 1825

Signed-Off-By: Jon Mason <jon@opengridcomputing.com>
install.pl