Re: [pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-19 Thread Thomas Lamprecht
On 19.09.19 15:05, Thomas Lamprecht wrote: > On 16.09.19 10:50, Stefan Reiter wrote: >> On 9/16/19 9:46 AM, Fabian Ebner wrote: >>> Signed-off-by: Fabian Ebner >>> --- >>>   PVE/API2/Qemu.pm | 3 +++ >>>   1 file changed, 3 insertions(+) >>> >>> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm >>>

Re: [pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-19 Thread Thomas Lamprecht
On 16.09.19 10:50, Stefan Reiter wrote: > On 9/16/19 9:46 AM, Fabian Ebner wrote: >> Signed-off-by: Fabian Ebner >> --- >>   PVE/API2/Qemu.pm | 3 +++ >>   1 file changed, 3 insertions(+) >> >> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm >> index b30931d..ab5912c 100644 >> --- a/PVE/API2/Qemu.

Re: [pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-16 Thread Stefan Reiter
On 9/16/19 9:46 AM, Fabian Ebner wrote: Signed-off-by: Fabian Ebner --- PVE/API2/Qemu.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index b30931d..ab5912c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -3341,6 +3341,9 @@ __PACKAGE__->re

[pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-16 Thread Fabian Ebner
Signed-off-by: Fabian Ebner --- PVE/API2/Qemu.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index b30931d..ab5912c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -3341,6 +3341,9 @@ __PACKAGE__->register_method({ if (PVE::QemuServer: