CLI Guide

Table Of Contents
Table 83. pools properties (continued)
Name Type Description
migration string For internal use only.
migration-numeric uint32 For internal use only.
zero-scan string For internal use only.
zero-scan-numeric uint32 For internal use only.
idle-page-check string For internal use only.
idle-page-check-numeric uint32 For internal use only.
read-flash-cache string For internal use only.
read-flash-cache-numeric uint32 For internal use only.
metadata-vol-size string The size of the pools metadata volume, formatted to use the current base,
precision, and units. This needs to be taken into consideration to account for all
pages in the pool that are used.
metadata-vol-size-numeric uint64 Unformatted metadata-vol-size value in blocks.
total-rfc-size string The total size in blocks of the read cache in the pool.
total-rfc-size-numeric uint64 Unformatted total-rfc-size value in blocks.
available-rfc-size string The unused read-cache space in blocks that is available for use by the pool.
available-rfc- size-numeric uint64 Unformatted available-rfc-size value in blocks.
reserved-size string The total number of pages that are reserved for virtual volumes in the pool.
reserved-size-numeric unit64 Unformatted reserved-size value in blocks.
reserved-unalloc-size string The total number of pages that are reserved, but not yet allocated, for virtual
volumes in the pool.
reserved-unalloc-size-numeric unit64 Unformatted reserved-unalloc-size value in blocks.
pool-sector-format string The sector format of disks in the disk group.
512n: All disks use 512-byte native sector size. Each logical block and
physical block is 512 bytes.
512e: All disks use 512-byte emulated sector size. Each logical block is 512
bytes and each physical block is 4096 bytes. Eight logical blocks will be stored
sequentially in each physical block. Logical blocks may or may not be aligned
with physical block boundaries.
Mixed: The disk group contains a mix of 512n and 512e disks. This is
supported, but for consistent and predictable performance, do not mix disks
of different sector size types (512n, 512e).
pool-sector-format-numeric uint32 Numeric equivalents for pool-sector-numeric values.
0: 512n
1: 512e
3: Mixed
health string
OK
Degraded
Fault
N/A
Unknown
health-numeric uint32 Numeric equivalents for health values.
0: OK
1: Degraded
2: Fault
374 API basetype properties