stress2: Added a temporary fix for the UFS+SU "out of inodes" issue

This commit is contained in:
Peter Holm 2023-05-01 12:52:42 +02:00
parent d198b8774d
commit b274854dd9

View File

@ -52,6 +52,8 @@ done
mdconfig -a -t swap -s 2g -u $md1
mdconfig -a -t swap -s 2g -u $md2
[ "$newfs_flags" = "-U" ] &&
newfs_flags="-j" # "out of inodes" work around
newfs $newfs_flags -n md$md1 > /dev/null
newfs $newfs_flags -n md$md2 > /dev/null
mount /dev/md$md1 $mp1