bug-867253.t: do a clean umount at the end

On some machines, not doing a clean umount of NFS mount results
in a hang, because sometimes the next script's cleanup() kills
NFS server and the client mountpoint hangs forever.

Change-Id: I64798202180c920650272cc19bcbe07d44377ff6
BUG: 867253
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/4421
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
This commit is contained in:
Anand Avati 2013-01-23 23:30:07 -08:00
parent 710c52d23a
commit c950d3f0e1

View File

@ -53,3 +53,7 @@ ls -l $M0 >/dev/null;
NEW_FILE_COUNT1=`echo $?`;
EXPECT "0" file_count $NEW_FILE_COUNT $NEW_FILE_COUNT1
TEST umount -l $M0
cleanup