]> git.proxmox.com Git - pve-storage.git/commit
storage plugins: add 'import' content type
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 4 Mar 2024 09:10:33 +0000 (10:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2024 11:25:00 +0000 (12:25 +0100)
commitbf453532b0dd2108e1b66b6fb02e8191626304e2
treec95ef91a720258405f7c1a5b1990a35d80e9cd3f
parenteaf6995afd14f2ccb15cc7d5578fecff8f616cf9
storage plugins: add 'import' content type

Add a new 'import' content type which will be the corner stone for a
better API and UI integrated way to import virtual guests into Proxmox
VE.

For starters this will be used to implement a ESXi adapter, so that
those VMs can get imported nicely.

Later we want to integrate the OVF/OVA import skeletons we got in
qemu-server to something more usable here.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
 [ TL: add more commit message with some background ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Storage.pm
src/PVE/Storage/Plugin.pm