Edits a virtual disk.
edit VirtualDisk [instancesize=] [valueshareable= { yes | no }] [name=] [valuedescription=]value
Where is:
instance
{ id= | idname= }name
This command edits a virtual disk in a storage repository.
Although none of the options are mandatory, you must supply at least one option.
The following table shows the available options for this command.
Option | Description |
|---|---|
| The size of the virtual disk in GiB. |
| Whether the virtual disk is shareable. Shareable disks have read/write privileges in multiple virtual machines and should be used with caution. |
| A name to identify the virtual disk. |
| Optional description for the virtual disk. |
{ |
The instance of the object using either the
|
Example A.70 Editing a virtual disk
OVM> edit VirtualDisk name=MyVMDisk name='New name for MyVMDisk' description='My virtual disk'