Hello,
I'm trying to migrate just one VM to a vmware vsphere (not my choice) and I would like to use proxmox tools for that.
I ran into the qm command I was wondering if "qm clone" would do this job.
The man specify something like that :
So, if I run this cmd
I would have a working vmdk on a vsphere?
Thanks!
I'm trying to migrate just one VM to a vmware vsphere (not my choice) and I would like to use proxmox tools for that.
I ran into the qm command I was wondering if "qm clone" would do this job.
The man specify something like that :
Code:
qm clone <vmid> <newid> [OPTIONS]
(...)
-format (qcow2 | raw | vmdk)
(...)
So, if I run this cmd
Code:
qm clone 100 101 -format vmdk -name 100_vmware_export
I would have a working vmdk on a vsphere?
Thanks!