Re: [pve-devel] qemu-server : balloning fix (finally !)

2015-04-07 Thread Andrew Thrift
Did this patch make its way in to the pve-enterprise repository ?


On Mon, Mar 9, 2015 at 8:22 PM, Alexandre Derumier aderum...@odiso.com
wrote:

 The problem seem to come from polling interval, which is not setup
 automatically
 when -machine option exist.

 We already setup it manually, but not when we are doing migration.

 This patch always setup the pooling interval, if proxmox balloon option !=
 0

 It's working fine with current proxmox pve-qemu-kvm, so no need to remove
 the balloon stats patch.


 ___
 pve-devel mailing list
 pve-devel@pve.proxmox.com
 http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] [PATCH] Bug-fix 617: change command arrangement

2015-04-07 Thread Wolfgang Link
the ovs-vsctl del-port flush the tc settings.
So we have to change the arrangement of setting up the network.

Signed-off-by: Wolfgang Link w.l...@proxmox.com
---
 pve-bridge |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pve-bridge b/pve-bridge
index 1b9801d..a924a7f 100755
--- a/pve-bridge
+++ b/pve-bridge
@@ -32,8 +32,9 @@ die unable to parse network config '$netid'\n if !$net;
 
 PVE::Network::tap_create($iface, $net-{bridge});
 
-PVE::Network::tap_rate_limit($iface, $net-{rate}) if $net-{rate};
-
+#if ovs is under this bridge all traffic control settings will be flushed.
 PVE::Network::tap_plug($iface, $net-{bridge}, $net-{tag}, $net-{firewall});
 
+PVE::Network::tap_rate_limit($iface, $net-{rate}) if $net-{rate};
+
 exit 0;
-- 
1.7.10.4


___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] [PATCH] update link to proxmox subscription

2015-04-07 Thread Wolfgang Link

Signed-off-by: Wolfgang Link w.l...@proxmox.com
---
 www/manager/Utils.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager/Utils.js b/www/manager/Utils.js
index c293b06..228dda1 100644
--- a/www/manager/Utils.js
+++ b/www/manager/Utils.js
@@ -68,7 +68,7 @@ Ext.define('PVE.Utils', { statics: {
'p': gettext('Premium')
 },
 
-noSubKeyHtml: 'You do not have a valid subscription for this server. 
Please visit a target=_blank 
href=http://www.proxmox.com/products/proxmox-ve/subscription-service-plans;www.proxmox.com/a
 to get a list of available options.',
+noSubKeyHtml: 'You do not have a valid subscription for this server. 
Please visit a target=_blank 
href=https://www.proxmox.com/en/proxmox-ve/pricing;www.proxmox.com/a to get 
a list of available options.',
 
 kvm_ostypes: {
other: gettext('Other OS types'),
-- 
1.7.10.4


___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel