]> git.proxmox.com Git - qemu-server.git/commit
qm: add VM import command
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 08:06:22 +0000 (09:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 12:35:11 +0000 (13:35 +0100)
commite8710a9ae7445e2bb71b4e82f756220b7cd21a5b
treeab824591ecd3868445cd166a70312338cb9c166f
parenteb06e486572b4408ea14afce57ab6b50fe9a8c7e
qm: add VM import command

Add a command that can be used together with volumes from the new
'import' content type of storage plugins.

For now only the new ESXi exposes that content type, but in the long
run its planned to migrate over the existing OVF/OVA infra and extend
it so that it will replace the 'ovfimport' command.

Originally-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
 [ TL: split out to separate commit and add message, fix completing
   VMID to propose unused ones, note explicitly when in dry-run mode ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/qm.pm