logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zpool-destroy — destroy ZFS storage pool

Description

       Destroys  the given pool, freeing up any devices for other use.  This command tries to unmount any active
       datasets before destroying the pool.

       -f      Forcefully unmount all active datasets.

Examples

Example1: Destroying a ZFS Storage Pool
       The following command destroys the pool tank and any datasets contained within:
             #zpooldestroy-ftank

OpenZFS                                          March 16, 2022                                 ZPOOL-DESTROY(8)

Name

       zpool-destroy — destroy ZFS storage pool

Synopsis

zpooldestroy [-f] pool

See Also