Welcome to docker.ru hosting provider linux mirror located at Moscow, Russian Federation.
Server configuration: Linux with OpenZFS, 2 x E5-2670v2, 128 GB ECC memory, 12 x 4 TB raidz2 + 1 TB SSD for L2ARC.
Network: 20 gbps uplink, IPv4 (185.253.23.31), IPv6 (2a04:8580:ffff:fffe::2).
My hostname is mirror.docker.ru Erasing a Pool Volume

5.9. Erasing a Pool Volume

A deactivated pool can be erased by using the -e option of the pool_tool command. Using pool_tool -e erases the disk labels written when the pool was created.

5.9.1. Usage

pool_tool -e [PoolName]

PoolName

Specifies the pool to erase. If no pool names are specified, all pools are erased.

5.9.2. Example

This example erases all disk labels for pool0:

pool_tool -e pool0

5.9.3. Comments

The -O (override) flag bypasses the confirmation step.

powered by nginx