Re: [pve-devel] [PATCH v4 qemu-server 09/11] migrate: add remote migration handling

2022-02-04 Thread Fabian Ebner
Am 03.02.22 um 13:41 schrieb Fabian Grünbichler: > @@ -251,22 +311,30 @@ sub scan_local_volumes { > next if @{$dl->{$storeid}} == 0; > > my $targetsid = > PVE::QemuServer::map_id($self->{opts}->{storagemap}, $storeid); > - # check if storage is available on target nod

[pve-devel] [PATCH v4 qemu-server 09/11] migrate: add remote migration handling

2022-02-03 Thread Fabian Grünbichler
remote migration uses a websocket connection to a task worker running on the target node instead of commands via SSH to control the migration. this websocket tunnel is started earlier than the SSH tunnel, and allows adding UNIX-socket forwarding over additional websocket connections on-demand. the