Re: [pve-devel] Quorum problems with NICs Intel of 10 Gb/s and VMsturns off

2015-01-06 Thread Alexandre DERUMIER
I guess that with my manuals of Dell and seeing your configuration, i will can do it well. http://www.dell.com/downloads/global/products/pwcnt/en/app_note_6.pdf PowerConnect 52xx: console# config console(config)# ip igmp snooping console(config)# ip igmp snooping querier cisco is similar

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Alexandre DERUMIER
Hi, As i have running a VM with MS-SQL Server (and with 246 GB RAM exclusive for MS-SQL Server), the DBA of MS-SQL Server says that MS-SQL Server can manage his own numa-processes better than QEMU, and as i guess that also will exist many applications that will manage his own numa-processes

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Cesar Peschiera
(Note that I don't see how mssql can pin vcpus on real host cpu). Being mssql into the VM, the DBA showed me as mssql can see the numa nodes, and mssql has his own form of manage his own processes between the numa nodes for get a better performance. It is for it that i think will be better that

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Cesar Peschiera
But that don't mean that physically, the virtual cpus|numa nodes will be mapped to correct physical cpus. Many thanks for your reply, and please, let me to do a question: Then, why I have a great difference of performance between the before and the after of install your patches if i never

[pve-devel] MySQL-Installation in Container / Debian-Wheezy - Problem openVZ

2015-01-06 Thread Detlef Bracker
Dear, their is a problem with installation mysql-server 5.5 on debian wheezy in a proxmox container same as in openvz Only this helps for the problem, but why? This site give a workarround: http://unix.stackexchange.com/questions/152146/problems-installing-mysql-on-debian The problem you are

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Alexandre DERUMIER
Being mssql into the VM, the DBA showed me as mssql can see the numa nodes, and mssql has his own form of manage his own processes between the numa nodes for get a better performance. It is for it that i think will be better that in the PVE GUI we have the option of enable or disable the cpu

Re: [pve-devel] MySQL-Installation in Container / Debian-Wheezy - Problem openVZ

2015-01-06 Thread Michael Rasmussen
On Wed, 07 Jan 2015 01:26:38 +0100 Detlef Bracker brac...@1awww.com wrote: The problem you are having is that the default configuration for newer versions of MySQL do not work inside of an OpenVZ container. After the failure you can try adding |innodb_use_native_aio = 0| to

Re: [pve-devel] [PATCH 2/7] add optionnal current param to config api

2015-01-06 Thread Dietmar Maurer
On 01/02/2015 03:15 PM, Alexandre Derumier wrote: @@ -685,11 +702,6 @@ __PACKAGE__-register_method({ type = 'string', optional = 1, }, - pending = { - description = Pending value., - type =

Re: [pve-devel] [PATCH 2/7] add optionnal current param to config api

2015-01-06 Thread Dietmar Maurer
On 01/02/2015 03:15 PM, Alexandre Derumier wrote: + + if(!$param-{current} || (defined($param-{current}) $param-{current} == 0)) { + foreach my $opt (keys $conf-{pending}) { + foreach my $opt (PVE::Tools::split_list($conf-{pending}-{delete})) { +

[pve-devel] [PATCH] Fix: root can now be disabled in GUI.

2015-01-06 Thread Wolfgang Link
Signed-off-by: Wolfgang Link wolfg...@linksystems.org --- PVE/AccessControl.pm |7 --- 1 file changed, 7 deletions(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index db85d08..29dba39 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -356,8 +356,6 @@ sub

Re: [pve-devel] [PATCH 2/7] add optionnal current param to config api

2015-01-06 Thread Alexandre DERUMIER
Oh yes, sorry, seem better with your code. (I'm a lot busy today, It's first day of sales in France, so lot of activity on ecommerce websites) - Mail original - De: dietmar diet...@proxmox.com À: pve-devel pve-devel@pve.proxmox.com, aderumier aderum...@odiso.com Envoyé: Mercredi 7

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Alexandre DERUMIER
ase excuse me if i don't talk with property, i meant the cpu pinning that will have pve-manager and QEMU in the next release. Ie, that i would like to have the option of enable or disable in PVE GUI the cpu pinning that QEMU can apply for each VM, if so, i will can to choose if i want that QEMU or

Re: [pve-devel] [PATCH] add numa options

2015-01-06 Thread Cesar Peschiera
Hi Alexandre Please excuse me if i don't talk with property, i meant the cpu pinning that will have pve-manager and QEMU in the next release. Ie, that i would like to have the option of enable or disable in PVE GUI the cpu pinning that QEMU can apply for each VM, if so, i will can to choose if i