CLI Guide
disk-groups
This basetype is used by show configuration on page 168, show disk-groups on page 173, and show pools on
page 213.
Table 29. disk-groups properties
Name Type Description
name string The name of the disk group.
url string Disk group URL.
blocksize uint32 The size of a block, in bytes.
size string Disk group capacity, formatted to use the current base, precision, and units.
size-numeric uint64 Unformatted size value in blocks.
freespace string The amount of free space in the disk group, formatted to use the current base,
precision, and units.
freespace-numeric uint64 Unformatted freespace value in blocks.
raw-size string The raw capacity of the disks in the disk group, irrespective of space reserved for RAID
overhead and so forth, formatted to use the current base, precision, and units.
raw-size-numeric uint64 Unformatted raw-size value in blocks.
storage-type string
• Linear: The disk group acts as a linear pool.
• Virtual: The disk group is in a virtual pool.
storage-type-numeric uint32 Numeric equivalents for storage-type values.
• 0: Linear
• 1: Virtual
pool string The name of the pool that contains the disk group.
pools-url string Pool URL.
pool-serial-number string The serial number of the pool that contains the disk group.
storage-tier string
• Archive: The disk group is in the lowest storage tier, which uses midline spinning
SAS disks (<10k RPM, high capacity).
• Performance: The disk group is in the highest storage tier, which uses SSDs (high
speed).
• Read Cache: The disk is an SSD providing high-speed read cache for a storage
pool.
• Standard: The disk group is in the storage tier that uses enterprise-class spinning
SAS disks (10k/15k RPM, higher capacity).
storage-tier-numeric uint32 Numeric equivalents for storage-tier values.
• 0: N/A
• 1: Performance
• 2: Standard
• 4: Archive
• 8: Read Cache
total-pages uint32 For a virtual disk group, the total number of 4 MB pages it contains. For a linear disk
group, 0.
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.
API basetype properties 311