From: Andriy Skulysh Date: Wed, 5 Oct 2011 13:53:24 +0000 (+0300) Subject: LU-839 tests: test_52 fails with loop devices MRP-233 X-Git-Tag: 2.1.53~33 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9d86891f403f7a49929ebe036359cc5aeb7fea69;ds=sidebyside LU-839 tests: test_52 fails with loop devices MRP-233 During loop mount actual device is replaced with /dev/loopX Use mount path as umount parameter. Signed-off-by: Andriy Skulysh Change-Id: Ic0561ccfd52036d7ed18e05848be7b4342f4cc62 Reviewed-by: Alexey Lyashkov Reviewed-by: Bruce Korb Reviewed-on: http://review.whamcloud.com/1694 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 8ca6ef8..fc6ec98 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -2478,7 +2478,7 @@ test_52() { diff_files_xattrs $ost1node $ost1tmp/objects $ost1tmp/object_xattrs $objects [ $? -eq 0 ] || { error "Unable to diff objects"; return 16; } - do_node $ost1node "umount $ost1_dev" + do_node $ost1node "umount $ost1mnt" [ $? -eq 0 ] || { error "Unable to umount ost1 as ldiskfs"; return 17; } start_ost