]> git.proxmox.com Git - qemu-server.git/commit - debian/control
api: add remote migrate endpoint
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 17 Nov 2022 13:33:45 +0000 (14:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 14:21:39 +0000 (15:21 +0100)
commit06fedff675d219d7928dfbd5edd53248851e0fd1
treed151603f0b492f01305454194a7e09718ab5a9f8
parenteef93bc5905bb8c72f437dd22cce9a4006b27241
api: add remote migrate endpoint

entry point for the remote migration on the source side, mainly
preparing the API client that gets passed to the actual migration code
and doing some parameter parsing.

querying of the remote sides resources (like available storages, free
VMIDs, lookup of endpoint details for specific nodes, ...) should be
done by the client - see next commit with CLI example.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/API2/Qemu.pm
debian/control