Whamcloud - gitweb
LU-2123 tests: sanity 57 and 129 can't detect fstype
authorJames Simmons <uja.ornl@gmail.com>
Tue, 9 Oct 2012 14:36:12 +0000 (10:36 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Oct 2012 23:24:13 +0000 (19:24 -0400)
commitda96484610ce5215a31ce06f0da9b24ed6ad4f55
treeb5b3819ae250d5d09ecddee76d2506a92b948552
parent03b988a9a30ead5b360caef88ef130284869c27c
LU-2123 tests: sanity 57 and 129 can't detect fstype

In sanity test 57a,57b and 129 the function facet_type_fstype
is used to determine the file system backend. This function
does not actually exist so this test never run for the
ldiskfs case. The fix is to use the proper function which
is facet_fstype.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Ia9766a3a2200c6ce2d48ff0265eb73a4d71c06e7
Reviewed-on: http://review.whamcloud.com/4230
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Li Wei <liwei@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Yu Jian <yujian@whamcloud.com>
lustre/tests/sanity.sh