Update zfs-emergency-free-space.sh

This commit is contained in:
kneutron 2024-03-10 13:27:07 -06:00 committed by GitHub
parent 951e43f0cc
commit 35d9be2b4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ zfspath=/sys/module/zfs/parameters/spa_slop_shift
if [ "$1" = "putitback" ]; then
echo 5 > $zfspath
cat $zfapath
cat $zfspath
zpool list
exit 0;
fi