Comment out zpool export, as now in python

This commit is contained in:
Aaron Whitehouse 2022-03-17 22:17:17 +00:00
parent 33648050dd
commit 49589e2a17
1 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ set -x
. ../common/lib.sh
POOL_NAME="sanoid-test-1"
POOL_TARGET="" # root
# POOL_NAME="sanoid-test-1"
# POOL_TARGET="" # root
# # UTC timestamp of start and end
# START="1483225200"
@ -24,11 +24,11 @@ checkEnvironment
# timestamp=$START
function cleanUp {
zpool export "${POOL_NAME}"
}
# function cleanUp {
# zpool export "${POOL_NAME}"
# }
# export pool in any case
trap cleanUp EXIT
# trap cleanUp EXIT
python3 test_monitoring.py