show NOOP removal before doing the thing

This commit is contained in:
kneutron 2023-04-28 00:49:46 -05:00 committed by GitHub
parent 87310f67a8
commit b44929b411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,9 @@ zpool add $zp mirror $PWD/zd1 $PWD/zd2
zps
echo "$(date) - Shrinkydink $zp"
# Show how much before committing
time zpool remove -n $zp mirror-0
time zpool remove $zp mirror-0
date