Whamcloud - gitweb
LU-9384 tests: restore 2.9 filesystem images on 2.10 95/27295/3
authorJames Nunez <james.a.nunez@intel.com>
Thu, 25 May 2017 21:52:06 +0000 (15:52 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 7 Jun 2017 20:30:35 +0000 (20:30 +0000)
The problem that the 2.9 disk images upgraded to 2.10 caused
is fixed. We can now add back the use of the 2.9 disk image
into the t32_check routine used by conf-sanity test 32*.

Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I5c32c05ba31c525d6ff46fbd6ba5edab7368a86b
Reviewed-on: https://review.whamcloud.com/27295
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Wei Liu <wei3.liu@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
lustre/tests/conf-sanity.sh

index 1fdde25..10054d9 100755 (executable)
@@ -1483,7 +1483,8 @@ t32_check() {
 
        local IMGTYPE=$(facet_fstype $SINGLEMDS)
 
 
        local IMGTYPE=$(facet_fstype $SINGLEMDS)
 
-       tarballs=$($r find $RLUSTRE/tests -maxdepth 1 -name \'disk*-$IMGTYPE.tar.bz2\' | grep -v "2_9")
+       tarballs=$($r find $RLUSTRE/tests -maxdepth 1 \
+                  -name \'disk*-$IMGTYPE.tar.bz2\')
 
        if [ -z "$tarballs" ]; then
                skip "No applicable tarballs found"
 
        if [ -z "$tarballs" ]; then
                skip "No applicable tarballs found"