با سلام
تبدیل VMDK به Virtualizor مراحل به صورت زیر هست:
1)copy vmdk to virtualizor server.
2)convert the vmdk to img file using this command :-
qemu-img convert -f vmdk -O raw your.vmdk new.img
3)Once the file is converted to img then just copy the template to /var/virtualizor/kvm
4)Then use below link to add the template ;-
http://virtualizor.com/wiki/Add_OS_Template
5) Once the template is added create vps from the template.