[pve-devel] [PATCH qemu-server] control: depend on newest pve-qemu-kvm

2018-02-16 Thread Thomas Lamprecht
The NBD drive mirror workaround requires this, also the new -IBRS machine types are only available in the newer qemu versions Signed-off-by: Thomas Lamprecht --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2832381..f3de

[pve-devel] applied: [PATCH manager] pveversion: use AptPkg::Version, not Dpkg::Version

2018-02-16 Thread Wolfgang Bumiller
applied On Fri, Feb 16, 2018 at 02:58:10PM +0100, Fabian Grünbichler wrote: > to avoid an extra dependency > > Signed-off-by: Fabian Grünbichler > --- > PVE/API2/APT.pm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm > index 1199c

[pve-devel] [PATCH manager] pveversion: use AptPkg::Version, not Dpkg::Version

2018-02-16 Thread Fabian Grünbichler
to avoid an extra dependency Signed-off-by: Fabian Grünbichler --- PVE/API2/APT.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 1199c204..f5709747 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -25,7 +25,7 @@ use PVE::JSO

[pve-devel] applied: [PATCH qemu-server 1/1] Fix #1664: nbd mirror : remove socat tunnel

2018-02-16 Thread Thomas Lamprecht
applied, with a minor fixup on top - remove the now unnecessary part of the volid regex, keeping only /^nbd:/ On 2/15/18 1:43 PM, Alexandre Derumier wrote: > socat tunnel for nbd mirror was introduce here > https://pve.proxmox.com/pipermail/pve-devel/2017-January/024777.html > to workaround when n

[pve-devel] applied: [PATCH common] replace brctl with iproute2 calls

2018-02-16 Thread Fabian Grünbichler
___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PULL cluster v6 00/17] Allow adding/deleting nodes and cluster creation over API

2018-02-16 Thread Fabian Grünbichler
with the protected fixup. please send a follow-up for running "pvecm add" as worker like discussed ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH qemu-server] start: always stop an existing $vmid.scope

2018-02-16 Thread Wolfgang Bumiller
Checking for the cgroup directory is a kind of time-of-check time-of-use race condition stop-mode backups seem to occasionally run into on some systems. Signed-off-by: Wolfgang Bumiller --- PVE/QemuServer.pm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PVE/QemuSer

[pve-devel] [PATCH qemu-server v3 4/8] make an api call for each guest agent command

2018-02-16 Thread Dominik Csapak
with a 'register_command' sub, which generates an api call we call it for each command in the list, and one time for the old general {vmid}/agent endpoint (for compatibility) permissions/methods are the same as previously, but can be overriden Signed-off-by: Dominik Csapak --- changes from v2: *

[pve-devel] applied: [PATCH v2 manager] pveversion: sort kernel packages by version

2018-02-16 Thread Thomas Lamprecht
applied On 2/16/18 10:49 AM, Fabian Grünbichler wrote: > instead of lexically by package name > > Signed-off-by: Fabian Grünbichler > --- > restructured for readability > removed redundant sort > > PVE/API2/APT.pm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/P

[pve-devel] applied: [PATCH manager v2] fix wizard validity check for options spanning multiple tabs

2018-02-16 Thread Thomas Lamprecht
applied On 2/15/18 4:05 PM, Dominik Csapak wrote: > when changing the guest os, we changed the disk type > (e.g. ide for windows, scsi for linux, etc.) > > but if the id was outside the allowed range (e.g. > 3 for ide) > we did not correctly enable/disable tabs > > now we check all tabs until th

[pve-devel] [PATCH v2 manager] pveversion: sort kernel packages by version

2018-02-16 Thread Fabian Grünbichler
instead of lexically by package name Signed-off-by: Fabian Grünbichler --- restructured for readability removed redundant sort PVE/API2/APT.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index d0e3d4bd..1199c204 100644 --- a/PVE/API

[pve-devel] applied: [PATCH container v2] close #1668: add Devuan support

2018-02-16 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Using zstd for backup

2018-02-16 Thread Thomas Lamprecht
On 2/16/18 10:09 AM, Nils Privat wrote: > Nice patch, thanks. The patch works straightforward, we just have to > include "zstd: 1" in "/etc/vzdump.conf" to be able to use more CPUs. > In order to use this patch we have to clone and make zstd first because the > delivered zstd on debian stretch is t

Re: [pve-devel] Using zstd for backup

2018-02-16 Thread Thomas Lamprecht
Hi, On 11/6/17 12:49 PM, Oliver Jaksch wrote: > Some users, including me, are discussing about the possibilities to extend > the backup routines to offer more compression programs: > https://forum.proxmox.com/threads/suggestion-add-lrzip-to-backup-compression-options.29496 > > I've made a small

Re: [pve-devel] Using zstd for backup

2018-02-16 Thread Dietmar Maurer
> Question @PVE-Devel: To finish this patch up we have to include a clone of > https://github.com/facebook/zstd to your git repositories > https://git.proxmox.com, is that possible? Instead, try to include that into Debian. ___ pve-devel mailing list pv

Re: [pve-devel] Using zstd for backup

2018-02-16 Thread Nils Privat
Nice patch, thanks. The patch works straightforward, we just have to include "zstd: 1" in "/etc/vzdump.conf" to be able to use more CPUs. In order to use this patch we have to clone and make zstd first because the delivered zstd on debian stretch is to old. Question @PVE-Devel: To finish this patch