vinfra service compute server volume show
Show details of a virtual machine volume:
usage: vinfra service compute server volume show --server <server> <volume>
--server <server>
- Virtual machine ID or name
<volume>
- Volume ID or name
Example:
# vinfra service compute server volume show --server myvm \ e4cb5363-1fb2-41f5-b24b-18f98a388cba +--------+--------------------------------------+ | Field | Value | +--------+--------------------------------------+ | device | /dev/vdb | | id | e4cb5363-1fb2-41f5-b24b-18f98a388cba | +--------+--------------------------------------+
This command shows the details for the volume with the ID e4cb5363-1fb2-41f5-b24b-18f98a388cba
attached to the virtual machine myvm
.