> >>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
>>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/
applied both patches
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> > 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
> 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/*
> 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.
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/
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
> 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
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 = {
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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'
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
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
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 ++
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
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 --
* 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
(
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
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
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
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
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
> 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
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied, thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
28 matches
Mail list logo