zpool create pool /dev/diskCreate pool
zpool listList pools
zpool status poolShow pool status
zpool iostatShow I/O statistics
zpool get all poolGet all properties
zpool set property=value poolSet property
zpool add pool /dev/diskAdd vdev to pool
zpool remove pool /dev/diskRemove vdev
zpool destroy poolDestroy pool
zpool export poolExport pool
zpool import poolImport pool
zpool import -d /dev/diskImport by device
zpool scrub poolStart scrub
zpool scrub -s poolStop scrub
zpool upgrade poolUpgrade pool version
zpool history poolShow pool history
zpool events poolShow pool events
zpool clear poolClear errors
zpool offline pool /dev/diskOffline disk
zpool online pool /dev/diskOnline disk
zpool replace pool old newReplace disk
zpool attach pool disk newAttach as mirror
zpool detach pool diskDetach mirror
zpool checkpoint poolCheckpoint pool