Re: [pve-devel] openvswitch 2.5 (lts) has been released !

2016-03-04 Thread Dietmar Maurer
> >>But isn't it impossible to use kernel based connection tracking > >>when you do the whole networking in user space? Or will they > >>re-implement the whole thing in user space? > > They are a discussion about dpdk and ovs firewall conntrack in userspace here > > http://openvswitch.org/pipe

Re: [pve-devel] openvswitch 2.5 (lts) has been released !

2016-03-04 Thread Alexandre DERUMIER
>>But isn't it impossible to use kernel based connection tracking >>when you do the whole networking in user space? Or will they >>re-implement the whole thing in user space? They are a discussion about dpdk and ovs firewall conntrack in userspace here http://openvswitch.org/pipermail/discuss/

Re: [pve-devel] [PATCH manager 1/2] fix Edit Button in Time Tab

2016-03-04 Thread Dietmar Maurer
applied both patches ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH cluster v2] add 'hardware_fencing' to datacenter.cfg

2016-03-04 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] openvswitch 2.5 (lts) has been released !

2016-03-04 Thread Dietmar Maurer
> > But if dpdk works fine, it's not possible to use iptables. > >>I assume conntrack is also missing with dpdk? > > Yes, It's also planned for a future ovs release. But isn't it impossible to use kernel based connection tracking when you do the whole networking in user space? Or will they re-im

Re: [pve-devel] [PATCH manager 2/2] vzdump: make exclude-path from config file work again

2016-03-04 Thread Wolfgang Bumiller
> On March 4, 2016 at 3:53 PM Jean-Francois Dagenais > wrote: > > > > > On Mar 3, 2016, at 09:34, Jean-Francois Dagenais > > wrote: > > > > Contrary to the docs (wiki, man page, etc.), the '/dir/.+' notation doesn't > > seem > > to work here. If I put these instead in vzdump.conf: '/dir/*

Re: [pve-devel] [PATCH manager 2/2] vzdump: make exclude-path from config file work again

2016-03-04 Thread Jean-Francois Dagenais
> On Mar 3, 2016, at 09:34, Jean-Francois Dagenais > wrote: > > Contrary to the docs (wiki, man page, etc.), the '/dir/.+' notation doesn't > seem > to work here. If I put these instead in vzdump.conf: '/dir/*' then it works. > > Same goes for rsync. I tested rsync separately at the cmd line.

[pve-devel] [PATCH manager 1/2] fix Edit Button in Time Tab

2016-03-04 Thread Dominik Csapak
applyIf to apply for tbar Signed-off-by: Dominik Csapak --- www/manager6/node/TimeView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/node/TimeView.js b/www/manager6/node/TimeView.js index df0a7ed..f706f11 100644 --- a/www/manager6/node/TimeView.js +++ b/www/

[pve-devel] [PATCH manager 2/2] fix monStoreErrors

2016-03-04 Thread Dominik Csapak
in extjs6 they renamed request.operation to request._operation Signed-off-by: Dominik Csapak --- www/manager6/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 33fa00f..131f367 100644 --- a/www/manager6/Utils.js +++ b

Re: [pve-devel] openvswitch 2.5 (lts) has been released !

2016-03-04 Thread Alexandre DERUMIER
> But if dpdk works fine, it's not possible to use iptables. >>I assume conntrack is also missing with dpdk? Yes, It's also planned for a future ovs release. - Mail original - De: "dietmar" À: "aderumier" Cc: "pve-devel" Envoyé: Vendredi 4 Mars 2016 09:07:44 Objet: Re: [pve-devel] openv

[pve-devel] [PATCH cluster v2] add 'hardware_fencing' to datacenter.cfg

2016-03-04 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- data/PVE/Cluster.pm | 10 ++ 1 file changed, 10 insertions(+) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 0a7e8d0..b241662 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -1335,6 +1335,16 @@ my $datacenter_schema = {

Re: [pve-devel] [PATCH qemu-server] Add regression tests for snapshotting

2016-03-04 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH ha-manager] add 'hardware_fencing' to datacenter.cfg

2016-03-04 Thread Thomas Lamprecht
Wrong subject prefix, sorry. This naturally does not belong to the ha-manager but rather to the cluster package. On 03/04/2016 10:19 AM, Thomas Lamprecht wrote: > Signed-off-by: Thomas Lamprecht > --- > > Notes: > > This does nothing yet, first we need add the support in the ha-manager. > But it'

Re: [pve-devel] Speed up PVE Backup

2016-03-04 Thread Timo Grodzinski
Hi Alexandre, Am 02.03.2016 um 15:23 schrieb Alexandre DERUMIER: >>>We're currently implementing our own backup system which uses the >>>drive-backup qmp routine to dump qcow2. We don't need the config files. >>>And this works with ceph and 4MB cluster size. > > How about speed performance (64K,4

Re: [pve-devel] [PATCH manager 0/7] ext6migrate: add ceph tab to node

2016-03-04 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH qemu-server] Add regression tests for snapshotting

2016-03-04 Thread Fabian Grünbichler
these are modelled after the existing snapshot tests for LXC and should serve as a baseline for refactoring the Qemu snapshot code using PVE::AbstractConfig --- Note: running the tests is not integrated with the main Makefile test/Makefile | 6 + test/run_sn

[pve-devel] [PATCH ha-manager] add 'hardware_fencing' to datacenter.cfg

2016-03-04 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- Notes: This does nothing yet, first we need add the support in the ha-manager. But it's handy if we have it already in pve-cluster and does no harm The "EXPERIMENTAL & WIP" in the description should make the user aware of that data/PVE/Cluster.pm | 7 ++

[pve-devel] [PATCH manager 1/7] ext6migrate: save space in grouped header (gridpanel)

2016-03-04 Thread Dominik Csapak
the grouped headers in gridpanels use space like there is no tomorrow, this patch makes it a little denser Signed-off-by: Dominik Csapak --- www/css/ext6-pve.css | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index f8a7cf

[pve-devel] [PATCH manager 2/7] ext6migrate: fix DiffStore event

2016-03-04 Thread Dominik Csapak
some extjs components expect the datachanged event to be fired, we changed this to refresh (which worked for most things, but not all), this patch fires both events when data is loaded Signed-off-by: Dominik Csapak --- www/manager6/data/DiffStore.js | 1 + 1 file changed, 1 insertion(+) diff --

[pve-devel] [PATCH manager 4/7] ext6migrate: fix ceph OSD Panel

2016-03-04 Thread Dominik Csapak
* moved static configuration to class definition * changed the width of the headers (because most were too small) * changed "show" event to "activate" special attention for the data fields: changed the id from type integer to default type, because extjs cannot convert form integer for this field (

[pve-devel] [PATCH manager 7/7] ext6migrate: fix whitespaces and intendation

2016-03-04 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/ceph/Config.js | 4 ++-- www/manager6/ceph/Crush.js | 2 +- www/manager6/ceph/Disks.js | 6 +++--- www/manager6/ceph/Monitor.js | 4 ++-- www/manager6/ceph/OSD.js | 12 ++-- www/manager6/ceph/Pool.js| 18 +- w

[pve-devel] [PATCH manager 3/7] ext6migrate: fix most ceph subtabs

2016-03-04 Thread Dominik Csapak
this fixed the ceph subtabs: Status,Config,Crush,Disks,Monitor with the usual fixes: * moving static configuration to class definition * change deprecated fields * make xtypes consistent * change "show" event to "activated" special note: i moved the subtabs to the left (like the firewall), b

[pve-devel] [PATCH manager 0/7] ext6migrate: add ceph tab to node

2016-03-04 Thread Dominik Csapak
sorry for the monster patch-series this series adds and fixes the ceph panel for the nodes in addition to the usual fixes, we have to change the DiffStore (else the Summary row in the pools gridpanel does not work) i also changed the width of some headers for better readability and the css, since

[pve-devel] [PATCH manager 5/7] ext6migrate: fix ceph Pool tab

2016-03-04 Thread Dominik Csapak
the usual: * move static conf. to class definition * change "show" event to "activate" special attention here to the bufferedRenderer: false value here: if the grid panel has bufferedRenderer: true (default) and the store is our Diffstore, it adds the Summary Row twice, once before the store is lo

[pve-devel] [PATCH manager 6/7] ext6migrate: enable ceph tab on node

2016-03-04 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/node/Config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js index b05808f..2d354e5 100644 --- a/www/manager6/node/Config.js +++ b/www/manager6/node/Config.js @@ -199,8

Re: [pve-devel] openvswitch 2.5 (lts) has been released !

2016-03-04 Thread Dietmar Maurer
> But if dpdk works fine, it's not possible to use iptables. I assume conntrack is also missing with dpdk? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [RFC PATCH manager] vzdump: fix default values

2016-03-04 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] vzdump: make sure only DOT pid files excluded

2016-03-04 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel