vinfra service compute server volume list

List virtual machine volumes:

usage: vinfra service compute server volume list [--long] --server <server>
--long
Enable access and listing of all fields of objects.
--server <server>
Virtual machine ID or name

Example:

# vinfra service compute server volume list --server myvm
+--------------------------------------+----------+
| id                                   | device   |
+--------------------------------------+----------+
| e4cb5363-1fb2-41f5-b24b-18f98a388cba | /dev/vdb |
| b325cc6e-8de1-4b6c-9807-5a497e3da7e3 | /dev/vda |
+--------------------------------------+----------+

This command lists the volumes attached to the virtual machine myvm.