[pve-devel] [PATCH qemu-server v2] use machine version in vga default type selection

2017-07-11 Thread Thomas Lamprecht
If we get an VM machine older than 2.9 we use the old selection expression for the VGA type. This allows to live migrate VMs to PVE 5.0 from beta 1 and PVE 4.4 again. Signed-off-by: Thomas Lamprecht --- changes v1 -> v2: * renamed from "add workaround for pve 4.4 to 5.0

Re: [pve-devel] [RFC qemu-server stable-4] add workaround for pve 4.4 to 5.0 live migration

2017-07-11 Thread Thomas Lamprecht
Hi, On 07/11/2017 10:06 PM, Stefan Priebe - Profihost AG wrote: Hello, Am 11.07.2017 um 16:40 schrieb Thomas Lamprecht: commit 85909c04c49879f5fffa366fc3233eee2b157e97 switched from cirrus to vga for non windows OSs. This adds an artificial blocker on live migrations from PVE 4.X to PVE 5.0.

Re: [pve-devel] [RFC qemu-server stable-4] add workaround for pve 4.4 to 5.0 live migration

2017-07-11 Thread Stefan Priebe - Profihost AG
Hello, Am 11.07.2017 um 16:40 schrieb Thomas Lamprecht: > commit 85909c04c49879f5fffa366fc3233eee2b157e97 switched from cirrus > to vga for non windows OSs. > > This adds an artificial blocker on live migrations from PVE 4.X to > PVE 5.0. > Address it in PVE 4.4 by explicitly setting cirrus in

[pve-devel] [PATCH 2/4] drop patches applied upstream

2017-07-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- ...64-0001-Revert-mm-enlarge-stack-guard-gap.patch | 461 -- ...ert-mm-do-not-collapse-stack-gap-into-THP.patch | 48 -- ...03-mm-larger-stack-guard-gap-between-vmas.patch | 940 -

[pve-devel] [RFC qemu-server stable-4] add workaround for pve 4.4 to 5.0 live migration

2017-07-11 Thread Thomas Lamprecht
commit 85909c04c49879f5fffa366fc3233eee2b157e97 switched from cirrus to vga for non windows OSs. This adds an artificial blocker on live migrations from PVE 4.X to PVE 5.0. Address it in PVE 4.4 by explicitly setting cirrus in the config if it would be used, so that a PVE 5.0 starts up the

[pve-devel] [PATCH 4/4] update abi-previous after ABI bump

2017-07-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- abi-previous | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/abi-previous b/abi-previous index be64086..582ece5 100644 --- a/abi-previous +++ b/abi-previous @@ -5129,8 +5129,8 @@ EXPORT_SYMBOL_GPL

[pve-devel] [PATCH 0/4] update kernel to latest ubuntu version

2017-07-11 Thread Thomas Lamprecht
Updates to latest ubuntu kernel which includes several bug fixes and allows us to drop quite some patches now adopted by them too. I tried to use Fabians update style. Tested common problem areas of updates, live migration (old->new, new->old, new->new), storages (ZFS, ceph), all with and without

[pve-devel] [PATCH 3/4] bump version to 4.10.17-16, bump ABI to 4.10.17-1-pve

2017-07-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- Makefile| 4 ++-- changelog.Debian| 8 proxmox-ve/changelog.Debian | 6 ++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 806dcd4..dc293f6 100644

[pve-devel] [PATCH 1/4] update kernel source to Ubuntu-4.10.0-26.30

2017-07-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- this requires updating our kernel mirror repo submodules/ubuntu-zesty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ubuntu-zesty b/submodules/ubuntu-zesty index 1106717..56389f2 16 ---

[pve-devel] [PATCH manager 2/3] fix breaking gui when trying to edit a bindmount rootfs

2017-07-11 Thread Dominik Csapak
when having a simple directory as rootfs, trying to edit it in the gui broke it, because we tried to disable the backup checkbox which did not exists Signed-off-by: Dominik Csapak --- this is a very simple workaround since this inputpanel has to be reworked entirely, for

[pve-devel] [PATCH manager 3/3] check if storage is in the selector

2017-07-11 Thread Dominik Csapak
when having an lxc mountpoint/rootfs on a storage which does not allow the 'rootfs' content (e.g. somebody disabled it after creating a container there), trying to edit the mp/rootfs broke the gui now we check if the record exists Signed-off-by: Dominik Csapak --- this is

[pve-devel] [PATCH manager 1/3] fix wrong osd calculation in ceph dashboard

2017-07-11 Thread Dominik Csapak
in luminous, the error message is not 'x/y in osds are down' anymore, but 'x osds down' so we need to adapt the parsing, and it means we cannot check the number of in osds there anymore (was never really needed, so we can simply omit it) when an osd is down but marked as out, those errors

[pve-devel] applied: [PATCH docs 2/2] correct calendar event examples

2017-07-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH docs 1/2] clarify example of calendar event

2017-07-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH manager v2 0/3] Refactor Qemu Create Wizard

2017-07-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel