CLI Guide
Table 84. pools properties (continued)
Name Type Description
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
• 3: Unknown
• 4: N/A
health-reason string If Health is not OK, the reason for the health state.
health-recommendation string If Health is not OK, the recommended actions to take to resolve the health issue.
disk-groups Embedded; see disk-groups on page 311.
tiers Embedded; see tiers on page 410.
unhealthy-component Embedded; see unhealthy-component on page 412.
port
This basetype is used by show configuration on page 168 and show ports on page 219.
Table 85. port properties
Name Type Description
durable-id string Controller host port ID in the format hostport_controller-ID-and-port-
number.
API basetype properties 371