CLI Guide

Table Of Contents
pools
This basetype is used by show configuration on page 173 and show pools on page 219.
Table 83. pools properties
Name Type Description
name string The name of the pool.
serial-number string The serial number of the pool.
url string Pool URL.
storage-type string
Linear: Linear pool.
Virtual: Virtual pool.
storage-type- numeric uint32 Numeric equivalents for storage-type values.
0: Linear
1: Virtual
blocksize uint32 The size of a block, in bytes.
total-size string The total capacity of the pool.
total-size-numeric unit64 Unformatted total-size value in blocks.
total-avail string The available capacity in the pool.
total-avail-numeric unit64 Unformatted total-avail value in blocks.
snap-size string Not applicable.
snap-size-numeric unit64 Not applicable.
allocated-pages uint32 For a virtual pool, the number of 4 MB pages that are currently in use. For a linear
pool, 0.
available-pages uint32 For a virtual pool, the number of 4 MB pages that are still available to be
allocated. For a linear pool, 0.
overcommit string
Disabled: The allocated size of the volumes cannot exceed the physical
capacity of the pool.
Enabled: The allocated size of the volumes can exceed the physical capacity
of the pool.
N/A: Not applicable (linear pool).
overcommit-numeric uint32 Numeric equivalents for overcommit values.
0: Disabled
1: Enabled
2: N/A
over-committed string
True: The pool is overcommitted.
False: The pool is not overcommitted.
over-committed-numeric uint32 Numeric equivalents for over-committed values.
0: Disabled
1: Enabled
disk-groups uint16 The number of disk groups in the pool.
volumes uint16 The number of volumes in the pool.
page-size string The page size, formatted to use the current base, precision, and units.
page-size-numeric uint64 Unformatted page-size value in blocks.
low-threshold string The low threshold for page allocation as a percentage of pool capacity.
372 API basetype properties