From: James Nunez Date: Fri, 6 Dec 2019 16:38:13 +0000 (-0700) Subject: LU-13053 tests: fix conf-sanity call to umount_ldiskfs X-Git-Tag: 2.13.52~85 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=4cccb265c5c2148cc4d1089fa1bdaa8db606d57e LU-13053 tests: fix conf-sanity call to umount_ldiskfs conf-sanity test 87 calls umount_ldiskfs(), but the function in test-framework.sh is unmount_ldiskfs(). We need to change the function call in test 87 to unmount_ldiskfs(). Test-Parameters: trivial testlist=conf-sanity Signed-off-by: James Nunez Change-Id: I3e0818a229341c4fab8aee923cad2253b7dd634d Reviewed-on: https://review.whamcloud.com/36949 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Emoly Liu Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index b82f023..1cc9a9c 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -6361,7 +6361,7 @@ test_87() { #LU-6544 more than $left_size-byte space left in inode." echo "Verified: at most $left_size-byte space left in inode." - umount_ldiskfs $SINGLEMDS + unmount_ldiskfs $SINGLEMDS for i in $(seq $OSTCOUNT); do stop ost$i -f || error "stop ost$i failed"