Re: [pve-devel] [PATCH stable-5 manager 3/3] pve5to6: add check for ovmf vms with potentially broken efi disk

2020-05-12 Thread Thomas Lamprecht
On 5/12/20 12:11 PM, Dominik Csapak wrote: > we wrongly mapped some efidisks into the vm, and fixed it in pve6 > this potentially needs manual intervention, so warn the user about > which vms might be affected > > Signed-off-by: Dominik Csapak > --- > PVE/CLI/pve5to6.pm | 35

[pve-devel] applied: [PATCH stable-5 manager 2/3] pve5to6: add check for stock debian kernel package

2020-05-12 Thread Thomas Lamprecht
On 5/12/20 12:11 PM, Dominik Csapak wrote: > on current debian buster, stock kernel images recommend > firmware-linux-free which conflict with our pve-firmware package > which leads to apt wanting to remove promxox-ve > > check for the meta package in the update check script > > Signed-off-by: Do

[pve-devel] applied: [PATCH stable-5 manager 1/3] ui: fix missing htmlEncodes

2020-05-12 Thread Thomas Lamprecht
On 5/12/20 12:11 PM, Dominik Csapak wrote: > username can include some special characters, so we have > to escape them > > backport from pve6 > > Signed-off-by: Dominik Csapak > --- > www/manager6/Workspace.js | 2 +- > www/manager6/dc/ACLView.js| 2 +- > www/manager6/dc/Log.js

[pve-devel] [PATCH storage] Fix: backup: relax file name matching regex

2020-05-12 Thread Alwin Antreich
The rework of the backup file detection logic missed the non-standard file name case. This patch allows to restore backups with different file names. Though the config extraction fails, since the type is unknown. Signed-off-by: Alwin Antreich --- Note: This fixes the issue reported on the forum.

[pve-devel] [PATCH manager] add warning for replicated disks

2020-05-12 Thread Mira Limbeck
Replicated disks can only be live migrated to the same storage on the target node. Add a warning that mentions that limitation. The warning is only printed when the target node is a replication target. When the target node is not a replication target, the option 'Target storage' is not ignored. Si

[pve-devel] [PATCH qemu-server] add is_replicated field to migration check result

2020-05-12 Thread Mira Limbeck
For better warnings regarding replicated disks and the ignored target storage, add the 'is_replicated' field to the migration check result. This contains the result of the replication checks. The first one checks if the VM is replicated, and the second one checks if the VM is replicated to the targ

[pve-devel] Proxmox VE 6.2 released!

2020-05-12 Thread Martin Maurer
Hi all, We are proud to announce the general availability of our virtualization management platform Proxmox VE 6.2. It's built on Debian Buster 10.4 and a 5.4 longterm Linux kernel, QEMU 5.0, LXC 4.0, ZFS 0.8.3, Ceph 14.2.9 (Nautilus), and ZFS 0.8.3. This release brings a built-in validation

[pve-devel] [PATCH stable-5 manager 3/3] pve5to6: add check for ovmf vms with potentially broken efi disk

2020-05-12 Thread Dominik Csapak
we wrongly mapped some efidisks into the vm, and fixed it in pve6 this potentially needs manual intervention, so warn the user about which vms might be affected Signed-off-by: Dominik Csapak --- PVE/CLI/pve5to6.pm | 35 +++ 1 file changed, 35 insertions(+) diff -

[pve-devel] [PATCH stable-5 manager 2/3] pve5to6: add check for stock debian kernel package

2020-05-12 Thread Dominik Csapak
on current debian buster, stock kernel images recommend firmware-linux-free which conflict with our pve-firmware package which leads to apt wanting to remove promxox-ve check for the meta package in the update check script Signed-off-by: Dominik Csapak --- PVE/CLI/pve5to6.pm | 14 ++

[pve-devel] [PATCH stable-5 manager 1/3] ui: fix missing htmlEncodes

2020-05-12 Thread Dominik Csapak
username can include some special characters, so we have to escape them backport from pve6 Signed-off-by: Dominik Csapak --- www/manager6/Workspace.js | 2 +- www/manager6/dc/ACLView.js| 2 +- www/manager6/dc/Log.js| 2 ++ www/manager6/dc/TFAEdit.js| 1 + www

[pve-devel] [PATCH cluster 1/2] fix #2727: pass correct format for linkX

2020-05-12 Thread Fabian Grünbichler
to unbreak joining via SSH with an explicit link address. Signed-off-by: Fabian Grünbichler --- data/PVE/CLI/pvecm.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm index b381f4f..fe099d4 100755 --- a/data/PVE/CLI/pvecm.pm +++

[pve-devel] [PATCH cluster 2/2] pvecm: pass correct nodename to finish_join

2020-05-12 Thread Fabian Grünbichler
only cosmetic, but printing the wrong nodename might cause confusion. Signed-off-by: Fabian Grünbichler --- data/PVE/CLI/pvecm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm index fe099d4..107c4cb 100755 --- a/data/PVE/CLI/pve