Re: [pve-devel] [PATCH v6 qemu-server 6/6] qm: add remote-migrate command

2022-10-17 Thread DERUMIER, Alexandre
Le mardi 18 octobre 2022 à 08:39 +0200, Thomas Lamprecht a écrit : > > We plan to have such functionality in the datacenter manager, as that > should provide > a better way to manage such remotes and interfacing, in PVE it'd be > bolted on and > would require the need to manage this on every host/

Re: [pve-devel] [PATCH v6 qemu-server 6/6] qm: add remote-migrate command

2022-10-17 Thread Thomas Lamprecht
Hi, Am 17/10/2022 um 16:40 schrieb DERUMIER, Alexandre: >> an example invocation: >> >> $ qm remote-migrate 1234 4321 > 'host=123.123.123.123,apitoken=pveapitoken=user@pve!incoming=----,fingerprint=aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:e

Re: [pve-devel] [PATCH v6 qemu-server 6/6] qm: add remote-migrate command

2022-10-17 Thread DERUMIER, Alexandre
Le 28/09/22 à 14:50, Fabian Grünbichler a écrit : > which wraps the remote_migrate_vm API endpoint, but does the > precondition checks that can be done up front itself. > > this now just leaves the FP retrieval and target node name lookup to the > sync part of the API endpoint, which should be do-

Re: [pve-devel] [PATCH v6 qemu-server 6/6] qm: add remote-migrate command

2022-10-17 Thread DERUMIER, Alexandre
Hi Fabian, > an example invocation: > > $ qm remote-migrate 1234 4321 'host=123.123.123.123,apitoken=pveapitoken=user@pve!incoming=----,fingerprint=aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb:cc:dd:ee:ff:aa:bb' --target-bridge v

[pve-devel] [PATCH v6 qemu-server 6/6] qm: add remote-migrate command

2022-09-28 Thread Fabian Grünbichler
which wraps the remote_migrate_vm API endpoint, but does the precondition checks that can be done up front itself. this now just leaves the FP retrieval and target node name lookup to the sync part of the API endpoint, which should be do-able in <30s .. an example invocation: $ qm remote-migrate