Whamcloud - gitweb
LUDOC-37 kernel: use /etc/modprobe.d/lustre.conf 88/1988/3
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 19 Jan 2012 15:31:30 +0000 (08:31 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 10 Feb 2012 19:43:19 +0000 (12:43 -0700)
commit1e8b49757ac4763f28aecc4ebbe32698d895c5a0
treefdb3a179410722f1d2e6fb74aebc86a08bd9ad65
parent04156521a52e2e137b5edfd48554e875c4515aca
LUDOC-37 kernel: use /etc/modprobe.d/lustre.conf

Update the documentaion to store module parameters in the
/etc/modprobe.d/lustre.conf file to make the newer distro
modutils happy.

Early versions of modprobe did not care what filenames were
used in /etc/modprobe.d/, which lead to confusion if old
versions of files were located there (e.g. Lustre.orig or
Lustre~).  Newer versions of modprobe (at least since FC12,
but possibly earlier) require module parameter files to have
a ".conf" suffix in order to be parsed.

The /etc/modprobe.d/ directory has been supported since at
least module-init-utils 3.2 (RHEL5) and may have been supported
before that time.  This means that all supported distros can
use /etc/modprobe.d/lustre.conf for Lustre-specific parameters.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ic885f610b3d9b16eb211d4a2d971930f53647bec
ConfigurationFilesModuleParameters.xml
ConfiguringLNET.xml
InstallingLustreFromSourceCode.xml
LustreMaintenance.xml
LustreTroubleshooting.xml
LustreTuning.xml
ManagingLNET.xml
SettingUpBonding.xml
SettingUpLustreSystem.xml