ZPOOL: Remove an existing zpool

ZPOOL: Remove an existing zpool

# Tested on RHEL 6 & 7


# WARNING: Pay special attention to any existing F.S. on the pool.
# 'destroy' command will remove all pool's F.S. without asking for confirmation


POOLNAME=my_pool
POOLMNTP=`zfs list $POOLNAME | tail -1 | awk '{print$NF}'`; echo $POOLMNTP


# Check

zpool status $POOLNAME
     pool: my_pool
    state: ONLINE
    scan: none requested
   config:

           NAME        STATE     READ WRITE CKSUM
           my_pool     ONLINE       0     0     0
             sdb       ONLINE       0     0     0

   errors: No known data errors



zfs list | grep $POOLNAME
   my_pool         381K  9.78G    33K  /my_pool
   my_pool/zfs01    30K  9.78G    30K  /my_pool/zfs01
   my_pool/zfs02    30K  9.78G    30K  /my_pool/zfs02
   my_pool/zfs03    30K  9.78G    30K  /my_pool/zfs03



# (are you sure?!) Remove zpool

zpool destroy $POOLNAME

rmdir $POOLMNTP
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Linux 20 Netstat Commands for Linux Network Management
Viewed 10284 times since Mon, Sep 21, 2020
RHEL7: Create and configure LUKS-encrypted partitions and logical volumes to prompt for password and mount a decrypted file system at boot.
Viewed 14173 times since Mon, Aug 6, 2018
How to sort IP addresses in Linux
Viewed 4344 times since Sun, May 20, 2018
Top 10 darmowych i publicznych serwerów DNS
Viewed 2921 times since Tue, May 22, 2018
Testing TLS/SSL encryption
Viewed 14035 times since Thu, Jan 16, 2020
RHEL: Change system’s hostname
Viewed 4270 times since Sun, May 27, 2018
6 rsync Examples to Exclude Multiple Files and Directories using exclude-from
Viewed 6060 times since Wed, Oct 31, 2018
LVM: Reduce SWAP size by removing a Logical Volume
Viewed 2640 times since Sat, Jun 2, 2018
Split and Reassemble files
Viewed 4088 times since Mon, May 28, 2018
RHEL: Checking HBAs
Viewed 16007 times since Sun, May 27, 2018