Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-09-28 Thread DERUMIER, Alexandre
Le mercredi 26 avril 2023 à 15:14 +0200, Fabian Grünbichler a écrit : > On April 25, 2023 6:52 pm, Alexandre Derumier wrote: > > This patch add support for remote migration when target > > cpu model is different. > > > > The target vm is restart after the migration > > so this effectively

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-05-02 Thread Fabian Grünbichler
On April 29, 2023 9:57 am, Thomas Lamprecht wrote: > Am 28/04/2023 um 11:12 schrieb Fabian Grünbichler: >>> It's was more about "offline" term, because we don't offline the source >>> vm until the disk migration is finished. (to reduce downtime) >>> More like "online-restart" instead "offline".

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-29 Thread Thomas Lamprecht
Am 28/04/2023 um 11:12 schrieb Fabian Grünbichler: >> It's was more about "offline" term, because we don't offline the source >> vm until the disk migration is finished. (to reduce downtime) >> More like "online-restart" instead "offline". >> >> Offline for me , is really, we shut the vm, then do

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-28 Thread Fabian Grünbichler
On April 28, 2023 8:43 am, DERUMIER, Alexandre wrote: >> > >>> And currently we don't support yet offline storage migration. (BTW, >>> This is also breaking migration with unused disk). >>> I don't known if we can send send|receiv transfert through the > tunnel ? >>> (I never tested it) > >> we

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-28 Thread DERUMIER, Alexandre
> > >> And currently we don't support yet offline storage migration. (BTW, >> This is also breaking migration with unused disk). >> I don't known if we can send send|receiv transfert through the tunnel ? >> (I never tested it) > we do, but maybe you tested with RBD which doesn't support storage >

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-27 Thread Fabian Grünbichler
On April 27, 2023 7:50 am, DERUMIER, Alexandre wrote: > Hi, > > Le mercredi 26 avril 2023 à 15:14 +0200, Fabian Grünbichler a écrit : >> On April 25, 2023 6:52 pm, Alexandre Derumier wrote: >> > This patch add support for remote migration when target >> > cpu model is different. >> > >> > The

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-26 Thread DERUMIER, Alexandre
Hi, Le mercredi 26 avril 2023 à 15:14 +0200, Fabian Grünbichler a écrit : > On April 25, 2023 6:52 pm, Alexandre Derumier wrote: > > This patch add support for remote migration when target > > cpu model is different. > > > > The target vm is restart after the migration > > so this effectively

Re: [pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-26 Thread Fabian Grünbichler
On April 25, 2023 6:52 pm, Alexandre Derumier wrote: > This patch add support for remote migration when target > cpu model is different. > > The target vm is restart after the migration so this effectively introduces a new "hybrid" migration mode ;) the changes are a bit smaller than I expected

[pve-devel] [PATCH v2 qemu-server 2/2] remote-migration: add target-cpu param

2023-04-25 Thread Alexandre Derumier
This patch add support for remote migration when target cpu model is different. The target vm is restart after the migration Signed-off-by: Alexandre Derumier --- PVE/API2/Qemu.pm | 18 ++ PVE/CLI/qm.pm | 6 ++ PVE/QemuMigrate.pm | 25 + 3