mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 05:25:18 +00:00
Merge pull request #221 from versity/auke/enospc-test
Give enospc test more time to commit unlink.
This commit is contained in:
@@ -88,6 +88,11 @@ rm -rf "$SCR/xattrs"
|
|||||||
|
|
||||||
echo "== make sure we can create again"
|
echo "== make sure we can create again"
|
||||||
file="$SCR/file-after"
|
file="$SCR/file-after"
|
||||||
|
C=120
|
||||||
|
while (( C-- )); do
|
||||||
|
touch $file 2> /dev/null && break
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
touch $file
|
touch $file
|
||||||
setfattr -n user.scoutfs-enospc -v 1 "$file"
|
setfattr -n user.scoutfs-enospc -v 1 "$file"
|
||||||
sync
|
sync
|
||||||
|
|||||||
Reference in New Issue
Block a user