Whamcloud - gitweb
LU-915 tests: MKFSOPTS fix for test suite
authorJames Simmons <uja.ornl@gmail.com>
Thu, 12 Jan 2012 15:00:06 +0000 (10:00 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 16 Feb 2012 17:02:54 +0000 (12:02 -0500)
commit0496d8c1177907df0928e35a3cd76f641e911931
tree708d93d98f37f41a2684d7ef78092453fba03204
parent7eef7d96bd0c4463ab4e90657d9e2bf706995c05
LU-915 tests: MKFSOPTS fix for test suite

While testing LU-80 I had to provide my own MKFSOPT string
for the mkfsoptions in local.sh. In the conf-sanity test
the MKFSOPT provided were totally replaced by a new MKFSOPT
that contained only lazy_itable_init. This prevented me from
running any conf-sanity test bacause I couldn't format the
MDS. This patch instead appends lazy_itable_init to the
mkfsoptions string if it already exist.

Change-Id: If30d2a692431dcdb3631fc9c1e77da5ff2792881
Signed-off-by: James Simmons <uja.ornl@gmail.com>
Reviewed-on: http://review.whamcloud.com/1830
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Cliff White <cliffw@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh