Am 11.11.21 um 13:25 schrieb Fabian Grünbichler:
On November 10, 2021 12:17 pm, Fabian Ebner wrote:
Am 05.11.21 um 14:03 schrieb Fabian Grünbichler:
# set environment variable useful inside network script
-$ENV{PVE_MIGRATED_FROM} = $migratedfrom if $migratedfrom;
+if ($migrat
On November 10, 2021 12:17 pm, Fabian Ebner wrote:
> Am 05.11.21 um 14:03 schrieb 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
Am 05.11.21 um 14:03 schrieb 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 ov