Relative Content

Tag Archive for pluginsvirtual-machineclonevmwarenas

VAAI NAS Plugin Clone Operation (VMWARE)

We have developed a VAAI NAS (NFS) plugin in the form of a .vib file and installed it on a ESXI host. We have implemented full file clone primitive. After initiating a clone operation from VMware cVsphere Client, clone operation from VMWARE stack is getting executed first and then call is going to VAAI NAS Plugin’s clone operation. When clone is initiated from vCentre , Destination directory & vmdk files are getting created by VMware stack clone process at Destination Path. After this call is going to the REST call from Plugin which is returning an error “Directory already present” as those files are created by VMWARE native clone calls. In the VMware vSphere Client and on the host, the “Hardware Acceleration” column shows “Supported”.
Is there any way to call only clone call from the VAAI NAS plugin instead of using the VMWARE stack clone process? Or any way to bypass the VMWARE stack clone process ?