Versions Compared

Key

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

...

Code Block
(vsscliENV)$ vss compute vm ls -f name  casx2
uuid                                  name
------------------------------------  ------------------
50129712-bdd4-cc61-7c5c-c46a39830e26<uuid>								  1306P-arborexcasx2

Get the current disks:

Code Block
$ vss compute vm get 50129712-bdd4-cc61-7c5c-c46a39830e26 disk
<uuid>	
Uuid                : 50129712-bdd4-cc61-7c5c-c46a39830e26<uuid>	
Label               : Hard disk 1         
Capacity Gb         : 300                 
Label               : Hard disk 2         
Capacity Gb         : 3

...

Code Block
 $ vss compute vm set 50129712-bdd4-cc61-7c5c-c46a39830e26<uuid> disk mk --capacity 10


Info

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