Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(Optional) Depending on a setup/installation, we might want to activate a specific virtual environment:

Code Block
. ~/venvs/vsscliENV4/bin/activate

...

Code Block
$ vss-cli compute vm get <uuid-or-vmname>	

Uuid                : <uuid>	
Label               : Hard disk 1         
Capacity Gb         : 300                 
Label               : Hard disk 2         
Capacity Gb         : 3

Add 10GB disk

Code Block
 $ vss compute vm set <name-or-vm-id> disk mk --capacity 10

Info

For more information, please refer to Manage Virtual Disksfrom the VSS CLI official documentation site.