Re: [pve-devel] [PATCH qemu-server 10/10] api: add remote migrate endpoint

2021-11-11 Thread Fabian Grünbichler
On November 10, 2021 1:29 pm, Fabian Ebner wrote: > Am 05.11.21 um 14:03 schrieb Fabian Grünbichler: >> Signed-off-by: Fabian Grünbichler >> --- >> >> Notes: >> the checks currently done before the actual migration worker is >> forked could be either moved to the client calling this (th

Re: [pve-devel] [PATCH qemu-server 10/10] api: add remote migrate endpoint

2021-11-10 Thread Fabian Ebner
Am 05.11.21 um 14:03 schrieb Fabian Grünbichler: Signed-off-by: Fabian Grünbichler --- Notes: the checks currently done before the actual migration worker is forked could be either moved to the client calling this (that then makes the required API calls) or extracted into a preco