Re: [pve-devel] [PATCH qemu-server] cloudinit: add sshdeletehostkeys option

2021-01-27 Thread Mira Limbeck
Thank you for the patch. It doesn't apply on the latest qemu-server master. Looks like your Cloudinit.pm file already contained changes which are not part of the patch. Was it just the previous patch you sent? Some additional comments inline. On 1/14/21 6:11 PM, Alexandre Derumier wrote:

[pve-devel] [PATCH docs] pvecm: fix typo in synopsis

2021-01-27 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- pvecm.1-synopsis.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvecm.1-synopsis.adoc b/pvecm.1-synopsis.adoc index 1e37c67..e0bdec2 100644 --- a/pvecm.1-synopsis.adoc +++ b/pvecm.1-synopsis.adoc @@ -179,7 +179,7 @@ Update node

[pve-devel] [PATCH storage] mark PBS storages as shared

2021-01-27 Thread Fabian Ebner
Like this, the property will get added when parsing the storage configuration and PBS storages will correctly show up as shared storages in API results. AFAICT the only affected PBS operation is free_image via vdisk_free, which will now be protected by a cluster-wide lock, and that shouldn't

Re: [pve-devel] [PATCH common] allow longer timeout for cancelling 'vzdump' jobs

2021-01-27 Thread Stefan Reiter
On 26/01/2021 19:23, Thomas Lamprecht wrote: On 14.01.21 16:39, Stefan Reiter wrote: This attempts to solve the issue where on slow network storages, aborting a backup job (which may wait for buffers to flush) could take longer than 5 seconds, and would thus result in the task being killed by

[pve-devel] [PATCH manager] pvereport: also add .sources files

2021-01-27 Thread Fabian Ebner
while this format is probably not much in use currently, the plan is to make it the default format in Debian, see 'man 5 sources.list'. Signed-off-by: Fabian Ebner --- Follow-up for Stoiko's patch yesterday: https://lists.proxmox.com/pipermail/pve-devel/2021-January/046785.html PVE/Report.pm

[pve-devel] Direct migration from XenServer to PVE

2021-01-27 Thread Gandalf Corvotempesta
Ciao, i'm the author of this simple tool: https://github.com/guestisp/xen-to-pve it works by exporting a XenServer DomU directly to PVE in one phase, there is no need to export, extract, join each chunks and so. Just call it and a new image file is made. But there is one issue that i'm unable to

Re: [pve-devel] [PATCH pve-qemu] explicitly specify libuuid as linking dependency

2021-01-27 Thread Stefan Reiter
On 18/01/2021 11:27, Stefan Reiter wrote: This previously only worked since linking against glusterfs pulls in libuuid as well. Make it more explicit and allow debug builds without glusterfs. Signed-off-by: Stefan Reiter --- FYI: This patch can be seen as superseded by my 5.2 series, which