mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 8 09:17:12 UTC 2024
This commit is contained in:
parent
48fac7efd4
commit
e8259d86b1
110 changed files with 1686 additions and 651 deletions
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(BETA) View storage pools.
|
||||
|
||||
The compact default output format is explained below:
|
||||
The compact, default output format is explained below:
|
||||
|
||||
The type column contains all three types -- storage pool type, capacity and
|
||||
performance. For example, the value
|
||||
|
|
@ -29,8 +29,9 @@ DESCRIPTION
|
|||
▪ Adv: Advanced
|
||||
▪ Std: Standard
|
||||
|
||||
The capacity, iops and throughput columns describe used, provisioned, the
|
||||
utilization rate. For example, the following value for capacity:
|
||||
The capacity column, and standard-performance iops and throughput columns
|
||||
describe the used, provisioned, and the utilization rate. For example, the
|
||||
following value for capacity:
|
||||
|
||||
40 / 50 (80%)
|
||||
|
||||
|
|
@ -38,6 +39,9 @@ DESCRIPTION
|
|||
80%. The utilization rate is equivalent to used capacity divided by
|
||||
provisioned capacity.
|
||||
|
||||
For advanced-performance storage pools, the iops and throughput columns
|
||||
will simply show the provisioned values.
|
||||
|
||||
EXAMPLES
|
||||
To display all storage pools in all regions and zones, run the following
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue