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
The pool_info command can be used to display information about pools.
Using the pool_info command with the -i option displays the following basic information about the named pool(s): the pool name, the minor number, the device node alias, the capacity, whether or not the pool is being used, and the multipathing type.
Using the pool_info command with the -v (verbose) option displays complete information about the named pools, which adds subpool and device details to the output display.
Basic Display
pool_info -i [PoolName] |
Specifies the pool name(s) for which to display information. If no pool names are specified, all active pools are displayed.
Complete Display
pool_info -v [PoolName] |
Specifies the pool name(s) for which to display information. If no pool names are specified, all active pools are displayed.
This example displays basic information about all activated pools:
pool_info -i |
This example displays complete information about all activated pools:
pool_info -v |
This example displays complete information about pool0:
pool_info -v pool0 |