vinfra service compute storage-policy list

List existing storage policies:

usage: vinfra service compute storage-policy list [--long]
--long
Enable access and listing of all fields of objects.

Example:

# vinfra service compute storage-policy list
+-----------+----------+------+--------------+-----------+---------------------+
| id        | name     | tier | redundancy   | fail<...> | qos                 |
+-----------+----------+------+--------------+-----------+---------------------+
| 2199<...> | mypolicy |    3 | encoding=3+2 | host      | total_bytes_sec:    |
|           |          |      |              |           | 104857600           |
|           |          |      |              |           | total_iops_sec: 100 |
| 4274<...> | default  |    0 | replicas=3   | host      | total_bytes_sec: -1 |
|           |          |      |              |           | total_iops_sec: -1  |
+-----------+----------+------+--------------+-----------+---------------------+

This command lists storage policies available to the compute cluster.