Cannot add VMDK to VM that was cloned with FlexClone
Posted
by
Daniel Lucas
on Server Fault
See other posts from Server Fault
or by Daniel Lucas
Published on 2012-03-28T17:23:31Z
Indexed on
2012/03/28
17:33 UTC
Read the original article
Hit count: 542
I have a virtual machine called VM-A with two VMDK's on volume VOL-A. Call these VMDK-1 (system) and VMDK-2 (data). I want to clone VMDK-2 and attach that clone to VM-A as a new disk, but I'm getting an error. Here are my steps:
- I use the following command to clone :
clone start /vol/VOL-A/VMDK-2 /vol/VOL-A/VMDK-3
- Run
clone status
which shows successful and I can see the new file in the volume - In vCenter I edit the settings of VM-A and try to add VMDK-3, but get the following error: Failed to add disk scsi0:4, Failed to power on scsi0:4
I've tried adding this cloned disk to other VMs and get the same error. What could be the issue? My specs are below.
NetApp FAS 2040 Data ONTAP 8.0.1 vSphere ESXi 4.1 vCenter Server 4.1
Thanks,
Daniel
© Server Fault or respective owner