Re: [pve-devel] [PATCH kvm] Fix #796: convert savevm-async to threads

2016-11-08 Thread Alexandre DERUMIER
Works fine for me, I don't see any regression. (tested with qcow2 && ceph). Note that I was already working for me previously, I dind't have problem with virtio-scsi + iothread + ram - Mail original - De: "Alexandre Derumier" À: "Wolfgang Bumiller"

Re: [pve-devel] [PATCH common 1/2] use better regex for remote ip check

2016-11-08 Thread Thomas Lamprecht
any comments on this series? On 11/03/2016 02:22 PM, Thomas Lamprecht wrote: while the input should be correctly generated by the other site its still better to be on the safe side, so check if the IP is really an valid one. Signed-off-by: Thomas Lamprecht ---

Re: [pve-devel] [PATCH] rbdplugin : disable debug_ms to increase performance

2016-11-08 Thread Alexandre DERUMIER
any comment to commit this ? - Mail original - De: "Alexandre Derumier" À: "pve-devel" Cc: "Alexandre Derumier" Envoyé: Samedi 5 Novembre 2016 15:43:12 Objet: [PATCH] rbdplugin : disable debug_ms to increase

Re: [pve-devel] [PATCH kvm] Fix #796: convert savevm-async to threads

2016-11-08 Thread Alexandre DERUMIER
>>Alexandre: could you maybe try this, too? virtio-scsi-single + iothreads >>enabled caused snapshots+RAM to never finish / hang. I'll test it today. - Mail original - De: "Wolfgang Bumiller" À: "pve-devel" Cc: "Alexandre Derumier"

Re: [pve-devel] [PATCH kvm] Fix #796: convert savevm-async to threads

2016-11-08 Thread Alexandre DERUMIER
Alexandre Derumier Ingénieur système et stockage Manager Infrastructure Fixe : +33 3 59 82 20 10 125 Avenue de la république 59110 La Madeleine [ https://twitter.com/OdisoHosting ] [ https://twitter.com/mindbaz ] [ https://www.linkedin.com/company/odiso ] [

[pve-devel] FYI: Reference documentation with Screenshots

2016-11-08 Thread Dietmar Maurer
Hi all, I just added code for easy inclusion of screenshots. As example, I added a few screenshots to 'KVM Virtual Machines' documentation: http://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#qm_virtual_machines_settings Technical details can be found here:

[pve-devel] applied: [PATCH docs] pmxcfs: add manual guest recovery by moving files

2016-11-08 Thread Dietmar Maurer
applied > On November 8, 2016 at 2:44 PM Fabian Grünbichler > wrote: > > > --- > since this comes up regularly, an attempt to actually document this > > this seemed the most appropriate place for this information, short of > duplicating it in the Qemu and pct

[pve-devel] [PATCH docs] pmxcfs: add manual guest recovery by moving files

2016-11-08 Thread Fabian Grünbichler
--- since this comes up regularly, an attempt to actually document this this seemed the most appropriate place for this information, short of duplicating it in the Qemu and pct sections.. but maybe an additional reference there would not hurt to make it easier to find? if somebody has a better

[pve-devel] [PATCH kvm] Fix #796: convert savevm-async to threads

2016-11-08 Thread Wolfgang Bumiller
This should also allow snapshots with RAM to run with iothreads enabled. --- Alexandre: could you maybe try this, too? virtio-scsi-single + iothreads enabled caused snapshots+RAM to never finish / hang. I originally started this for #796, which is hard to reproduce & verify though. Rebased and

[pve-devel] applied: [PATCH] qmp_delete_drive_snapshot : add-aiocontext

2016-11-08 Thread Wolfgang Bumiller
thanks ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager 2/2] move onlineHelp from FirewallAliasEdit to FirewallAliases

2016-11-08 Thread Dominik Csapak
since the first is a window, not the grid Signed-off-by: Dominik Csapak --- www/manager6/grid/FirewallAliases.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager6/grid/FirewallAliases.js b/www/manager6/grid/FirewallAliases.js index

[pve-devel] [PATCH manager 1/2] remove border from ceph crushmap/config panel

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/ceph/Config.js | 1 + www/manager6/ceph/Crush.js | 1 + 2 files changed, 2 insertions(+) diff --git a/www/manager6/ceph/Config.js b/www/manager6/ceph/Config.js index 009247f..6036424 100644 --- a/www/manager6/ceph/Config.js

[pve-devel] [PATCH manager 0/2] small gui fixes

2016-11-08 Thread Dominik Csapak
these are two small gui fixes, applies only after my make grids stateful patch series (if the other series is rejected i rebase this and send it again) Dominik Csapak (2): remove border from ceph crushmap/config panel move onlineHelp from FirewallAliasEdit to FirewallAliases

[pve-devel] [PATCH manager 07/10] make backupview stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/grid/BackupView.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/manager6/grid/BackupView.js b/www/manager6/grid/BackupView.js index ed26874..1646b28 100644 --- a/www/manager6/grid/BackupView.js +++

[pve-devel] [PATCH manager 08/10] make lxc/qemu snapshot/network grids stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/lxc/Network.js | 4 +++- www/manager6/lxc/SnapshotTree.js | 3 +++ www/manager6/qemu/SnapshotTree.js | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/www/manager6/lxc/Network.js

[pve-devel] [PATCH manager 03/10] make firewall panels/grids stateful

2016-11-08 Thread Dominik Csapak
to save the columns/layouts in the browsers local storage also change width to string (or else jslint complains) Signed-off-by: Dominik Csapak --- we have to change the flex to width, because extjs can save the width in the state, but not the flex value

[pve-devel] [PATCH manager 06/10] make ceph panels/grids stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/ceph/Config.js | 2 +- www/manager6/ceph/Crush.js | 2 ++ www/manager6/ceph/Monitor.js | 4 +++- www/manager6/ceph/OSD.js | 3 ++- www/manager6/ceph/Pool.js| 3 ++- 5 files changed, 10 insertions(+), 4 deletions(-)

[pve-devel] [PATCH manager 02/10] make backup/storage/ha resources/ha groups grid stateful

2016-11-08 Thread Dominik Csapak
so that the column changes are saved in the browsers local storage Signed-off-by: Dominik Csapak --- www/manager6/dc/Backup.js | 3 ++- www/manager6/dc/StorageView.js | 4 +++- www/manager6/ha/Groups.js | 4 +++- www/manager6/ha/Resources.js | 4 +++- 4 files

[pve-devel] [PATCH manager 05/10] make update/disk/network and task grid stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/node/APT.js | 3 ++- www/manager6/node/Disks.js | 3 ++- www/manager6/node/NetworkView.js | 3 ++- www/manager6/node/Tasks.js | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git

[pve-devel] [PATCH manager 10/10] make pool members grid stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/grid/PoolMembers.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/manager6/grid/PoolMembers.js b/www/manager6/grid/PoolMembers.js index 0fb28c3..15765b1 100644 --- a/www/manager6/grid/PoolMembers.js +++

[pve-devel] [PATCH manager 04/10] make user/acl/auth grids stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/dc/ACLView.js | 4 +++- www/manager6/dc/AuthView.js | 4 +++- www/manager6/dc/GroupView.js | 4 +++- www/manager6/dc/PoolView.js | 4 +++- www/manager6/dc/RoleView.js | 4 +++- www/manager6/dc/UserView.js | 4 +++- 6

[pve-devel] [PATCH manager 09/10] make storage/template grid stateful

2016-11-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/storage/ContentView.js | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/manager6/storage/ContentView.js b/www/manager6/storage/ContentView.js index 4253b60..e4356e1 100644 ---

[pve-devel] [PATCH manager 01/10] remove reset columns button from resource grid

2016-11-08 Thread Dominik Csapak
since we now have the client settings, we do not need this anymore also rename the stateid to 'grid-resource' (we want to establish a convention to differentiate between saved local storage items) the whole saveCurrentState logic was not really necessary, so we can drop this too Signed-off-by:

[pve-devel] [PATCH manager 00/10] make grids stateful

2016-11-08 Thread Dominik Csapak
since we now have a universal place to delete the states (my settings), we can make the grids stateful, so that they save their layout, columns, sorters, etc. also we can drop the reset button in the resourcegrid Dominik Csapak (10): remove reset columns button from resource grid make

[pve-devel] applied: [PATCH manager] Add ECDH curves to use with modern ciphers

2016-11-08 Thread Fabian Grünbichler
applied, thanks for your contribution! On Thu, Nov 03, 2016 at 12:18:37AM +0100, Jos Ewert wrote: > This patch adds curves to use with TLS_ECDHE_* ciphers > They will automatically be used be the proxy as they are > in the HIGH ciphersuite. > > This patch uses the prime256v1 curve, which should