5.12. Displaying Pool Volume Information

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.

5.12.1. Usage

Basic Display

pool_info -i [PoolName]

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]

PoolName

Specifies the pool name(s) for which to display information. If no pool names are specified, all active pools are displayed.

5.12.2. Examples

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