[pve-devel] [PATCH v2] Added parallel gzip compress support for vzdump with pigz.

2015-07-14 Thread Thomas Lamprecht
Added two options in vzdump.conf to controll pigz. 'usepigz' (default to false) to enable it and 'pigzthreads' (defaults to #cores/2) to control how many threads pigz use. To use it select gzip in the web interface and set usepigz: 1 in /etc/vzdump.conf Signed-off-by: Thomas Lamprecht

[pve-devel] [PATCH] lxc added to pool register method

2015-07-14 Thread Alen Grizonic
Signed-off-by: Alen Grizonic a.grizo...@proxmox.com --- PVE/API2/Pool.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Pool.pm b/PVE/API2/Pool.pm index 68ed337..567c7e8 100644 --- a/PVE/API2/Pool.pm +++ b/PVE/API2/Pool.pm @@ -222,7 +222,7 @@

[pve-devel] [PATCH] validate error message (typo) corrected

2015-07-14 Thread Alen Grizonic
Signed-off-by: Alen Grizonic a.grizo...@proxmox.com --- src/PVE/RESTHandler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/RESTHandler.pm b/src/PVE/RESTHandler.pm index ad0f929..ae0a695 100644 --- a/src/PVE/RESTHandler.pm +++ b/src/PVE/RESTHandler.pm @@ -395,7

Re: [pve-devel] qemu 2.3

2015-07-14 Thread Stefan Priebe - Profihost AG
OK found it - sorry a regression in the kernel. Patch is here https://lkml.org/lkml/fancy/2015/7/3/288 Stefan Am 14.07.2015 um 14:25 schrieb Stefan Priebe - Profihost AG: Hi, while testing qemu 2.3 i've now seen several times the following stack trace i've never seen before with qemu 2.2.1.

[pve-devel] [PATCH] firewall - Ceph macro added

2015-07-14 Thread Alen Grizonic
Signed-off-by: Alen Grizonic a.grizo...@proxmox.com --- src/PVE/Firewall.pm | 5 + 1 file changed, 5 insertions(+) diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index ed46db1..26fc63e 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -166,6 +166,11 @@ my $pve_fw_macros =

[pve-devel] [RFC] Use JSONSchema to parse vzdump config

2015-07-14 Thread Thomas Lamprecht
Instead of a lot of hardcoded if's use JSONSchema::parse_config to parse and validate vzdump.conf. To do that $confdesc was extended to match a valid schema. Signed-off-by: Thomas Lamprecht t.lampre...@proxmox.com --- PVE/VZDump.pm | 58 ++

[pve-devel] qemu 2.3

2015-07-14 Thread Stefan Priebe - Profihost AG
Hi, while testing qemu 2.3 i've now seen several times the following stack trace i've never seen before with qemu 2.2.1. Does anybody know something about it? [17732.613577] vmwrite error: reg 6000 value fff7 (err -9) [17732.614979] CPU: 9 PID: 19571 Comm: kvm Tainted: G O

[pve-devel] rgmanager + firewall = bad news

2015-07-14 Thread Nathan Bird
I think finally tracked down some bad behavior that's been around for a while; e.g. this thread [1] (and I have pages of purple google results). Problem: After a node(pve01) reboot, rgmanager doesn't appear to be running correctly. In the PVE interface it doesn't report that node running

[pve-devel] PVE-Enterprise ceph version

2015-07-14 Thread Andrew Thrift
Hi Guys, There are a number of important fixes in the Ceph Firefly 0.80.9 release, in particular fixes for qemu+librbd performance. Is there any reason the PVE-Enterprise repository is still on 0.80.8 ? Can this be updated ? Thanks, ___ pve-devel