Skip to content
Snippets Groups Projects
Commit efcee871 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Make sure that the unlinked file actually releases all of the blocks on
disk, otherwise the next test may fail with ENOSPC.
b=12507
parent c9ae221d
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ fi ...@@ -78,6 +78,7 @@ fi
#lctl debug_daemon stop #lctl debug_daemon stop
rm -f $OOS rm -f $OOS
sync; sleep 1; sync
if [ $SUCCESS -eq 1 ]; then if [ $SUCCESS -eq 1 ]; then
echo "Success!" echo "Success!"
......
...@@ -83,6 +83,7 @@ if [ "$RECORDSOUT" -ne $(($FILESIZE / 1024)) ]; then ...@@ -83,6 +83,7 @@ if [ "$RECORDSOUT" -ne $(($FILESIZE / 1024)) ]; then
fi fi
rm -f $OOS $OOS2 rm -f $OOS $OOS2
sync; sleep 1; sync
if [ $SUCCESS -eq 1 ]; then if [ $SUCCESS -eq 1 ]; then
echo "Success!" echo "Success!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment