Manage ZFS pools. More information: https://manned.org/zpool.
zpool status
zpool scrub {{pool_name}}
zpool import
zpool import {{pool_name}}
zpool export {{pool_name}}
zpool history {{pool_name}}
zpool create {{pool_name}} mirror {{disk1}} {{disk2}} mirror {{disk3}} {{disk4}}
zpool add {{pool_name}} cache {{cache_disk}}