Syntax
oakcli clone vdisk new_vdisk_name -repo repo_name -src source_vdisk_name [-h]
Parameters
| Parameter | Description |
|---|---|
|
|
Name given to the clone virtual disk |
|
|
Name of the repository source for the virtual disk being cloned |
|
|
Name of the virtual disk being cloned |
|
|
(Optional) Display help for using the command. |
Example
Clone a virtual disk named my_vdisk2 from an existing virtual disk named vdisk1 that is stored in the repository named vrepo1:
oakcli clone vdisk my_vdisk2 -repo vrepo1 -src vdisk1