A.16 clone VirtualDisk

Clones a virtual disk.

Syntax

clone VirtualDisk instance target=value cloneType= { Sparse | nonSparse }

Where instance is:

{ id=id | name=name }

Description

This command clones a virtual disk.

Options

The following table shows the available options for this command.

Option

Description

target=value

The repository on which to locate the cloned virtual disk.

cloneType= { Sparse | nonSparse }

Whether to clone a sparse or non-sparse virtual disk.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyVMDisk.

Examples

Example A.20 Cloning a virtual disk

OVM> clone virtualDisk name=MyVMDisk target=MyRepository cloneType=Sparse

See Also