Whamcloud - gitweb
LU-718 mds: fix mds-max-threads configure parameter
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 14 Mar 2013 19:03:38 +0000 (12:03 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 1 May 2013 04:58:14 +0000 (00:58 -0400)
commitbee35dd415cf51ad784e69eb91a5fbe02b7c0d70
treefff1be05d82488cbb9f3928c3f8a721655fd3cc6
parentdee6169ed10ee237e353fc22602b3036716c8819
LU-718 mds: fix mds-max-threads configure parameter

Commit 648b69c2c9 renamed MDT_MAX_THREADS to MDS_MAX_THREADS, but
didn't update the configuration parameter for setting this value
at build time.  Fortunately, the configure parameter itself has
the correct name to begin with, so no build-visible changes needed.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I21dc22e470e7e3788ebef8009643b5c7a98bc220
Reviewed-on: http://review.whamcloud.com/5723
Tested-by: Hudson
Reviewed-by: wangdi <di.wang@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4