Whamcloud - gitweb
LU-10215 tests: remove disk2_4 disk2_5 images 81/47281/4
authorAndreas Dilger <adilger@dilger.ca>
Thu, 4 Apr 2024 03:36:24 +0000 (21:36 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 23 Apr 2024 19:39:06 +0000 (19:39 +0000)
Remove the old disk2_4-*.tar.bz2 and disk2_5-ldiskfs.tar.bz2
images from the Git repo.  The disk2_5 image was never included into
testing due to an oversight in Makefile.am, and adding it to testing
is unlikely to be of any practical value as these releases are both
more than 10 years old and very unlikely to have any users that would
actually want to upgrade their systems at this point.

Test-Parameters: trivial
Test-Parameters: testlist=conf-sanity env=ONLY=32 mdscount=1 mdtcount=1
Test-Parameters: testlist=conf-sanity env=ONLY=32 mdscount=2 mdtcount=4
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I76a42eb90c3e1198d33783f3089ac30462429ac4
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/47281
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/Makefile.am
lustre/tests/conf-sanity.sh
lustre/tests/disk2_4-ldiskfs.tar.bz2 [deleted file]
lustre/tests/disk2_4-zfs.tar.bz2 [deleted file]
lustre/tests/disk2_5-ldiskfs.tar.bz2 [deleted file]

index 08da540..7f33dfa 100644 (file)
@@ -5,7 +5,7 @@ AM_CFLAGS := -fPIC -D_GNU_SOURCE \
 DIST_SUBDIRS = mpi
 DIST_SUBDIRS += lutf iabf
 
-noinst_DATA = disk2_4-ldiskfs.tar.bz2 disk2_4-zfs.tar.bz2
+noinst_DATA =
 noinst_DATA += disk2_7-ldiskfs.tar.bz2 disk2_7-zfs.tar.bz2
 noinst_DATA += disk2_9-zfs.tar.bz2 disk2_9-ldiskfs.tar.bz2
 noinst_DATA += disk2_10-ldiskfs.tar.bz2 disk2_12-ldiskfs.tar.bz2
index fbb1c9b..1f1ddca 100755 (executable)
@@ -2942,17 +2942,12 @@ test_32d() {
 
        t32_check
        for tarball in $tarballs; do
-               banner "testing $tarball upgrade with ff and project upgrade"
-               project_upgrade="no"
-               [[ "$MDS1_VERSION" -ge $(version_code 2.13.54) ]] &&
-                       [[ "$tarball" =~ "disk2_4-ldiskfs" ]] &&
-                               project_upgrade="yes"
-               project_upgrade=$project_upgrade ff_convert=yes t32_test \
-                       $tarball || rc=$?
+               banner "testing $tarball with filter_fid upgrade"
+               ff_convert=yes t32_test $tarball || rc=$?
        done
        return $rc
 }
-run_test 32d "convert ff and project quota upgrade test"
+run_test 32d "convert filter_fid upgrade test"
 
 test_32e() {
        [[ "$MDS1_VERSION" -ge $(version_code 2.10.56) ]] ||
diff --git a/lustre/tests/disk2_4-ldiskfs.tar.bz2 b/lustre/tests/disk2_4-ldiskfs.tar.bz2
deleted file mode 100644 (file)
index 623c376..0000000
Binary files a/lustre/tests/disk2_4-ldiskfs.tar.bz2 and /dev/null differ
diff --git a/lustre/tests/disk2_4-zfs.tar.bz2 b/lustre/tests/disk2_4-zfs.tar.bz2
deleted file mode 100644 (file)
index 15c6dff..0000000
Binary files a/lustre/tests/disk2_4-zfs.tar.bz2 and /dev/null differ
diff --git a/lustre/tests/disk2_5-ldiskfs.tar.bz2 b/lustre/tests/disk2_5-ldiskfs.tar.bz2
deleted file mode 100644 (file)
index 0813cd8..0000000
Binary files a/lustre/tests/disk2_5-ldiskfs.tar.bz2 and /dev/null differ