zpool export testpool
NOTE: This,
zpool export -f testpool
zpool list
NOTE: This should not show the pool anymore.
zpool import # Show pools that can be imported zpool import -d / # Show pools that use files as devices zpool import test1 # Import by name. zpool import 123456789012345678 # Import by ID. zpool import -d / testfilepool # Import the pool with files as devices. zpool import -f testpool # Force the import.