[pve-devel] [PATCH] Dev docu: Add build prerequisites

2018-09-03 Thread Wolfgang Link
--- README.dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.dev b/README.dev index 92f1e74..6b48b20 100644 --- a/README.dev +++ b/README.dev @@ -45,7 +45,8 @@ liblzma-dev dosfstools mtools libxen-dev libfuse-dev corosync-dev \ libcpg-dev libquorum-dev libcmap-dev

Re: [pve-devel] [PATCH v3 pve-common 5/5] Inotify : add mtu option

2018-09-03 Thread Alexandre DERUMIER
>>Not sure if this is relevant here: An OVS bridge automatically adjusts >>its MTU to the smallest MTU of all childs. This adjusting is done >>whenever an interface/port is added or removed. Ie adding an interface >>with small MTU automatically lowers the MTU of the OVS bridge. Yes, this is the

[pve-devel] [PATCH pve-common V2] Inotify: fix mtu check

2018-09-03 Thread Alexandre Derumier
changelog: bond with ifupdown2 is working like ifupdown - special check for bond, set parent mtu from slaves mtu if no defined. - error if parent mtu is lower than child mtu (not bigger) - child inherit from parent mtu if not defined - fix vlan check (parent/child was inverted) ---

Re: [pve-devel] [PATCH v3 pve-common 5/5] Inotify : add mtu option

2018-09-03 Thread Klaus Darilion
Not sure if this is relevant here: An OVS bridge automatically adjusts its MTU to the smallest MTU of all childs. This adjusting is done whenever an interface/port is added or removed. Ie adding an interface with small MTU automatically lowers the MTU of the OVS bridge. Hence, it actually does

[pve-devel] [PATCH pve-common] Inotify: fix mtu check

2018-09-03 Thread Alexandre Derumier
- special check for bond, ifupdown set parent mtu from slaves mtu if no defined. - error if parent mtu is lower than child mtu (not bigger) - child inherit from parent mtu if not defined - fix vlan check (parent/child was inverted) --- src/PVE/INotify.pm | 16 ++-- 1 file changed,

Re: [pve-devel] [PATCH v3 pve-common 5/5] Inotify : add mtu option

2018-09-03 Thread Alexandre DERUMIER
>>mmm,ok. I didn't known that's could work. >>So setting mtu to bond device, force mtu to slaves too ? Ok I have tried with iface bond0 inet manual slaves eth0 eth1 mtu 9000 with ifupdown , indeed, the slaves mtu are equal to bond mtu but with ifupdown2, the slave still have 1500

Re: [pve-devel] [PATCH pve-manager] cpumodelselector : add EPYC

2018-09-03 Thread Thomas Lamprecht
On 9/3/18 1:58 PM, Dominik Csapak wrote: > On 09/03/2018 01:42 PM, Thomas Lamprecht wrote: >> On 9/3/18 12:35 PM, Dominik Csapak wrote: >>> On 09/02/2018 07:52 AM, Alexandre Derumier wrote: ---    www/manager6/form/CPUModelSelector.js | 1 +    1 file changed, 1 insertion(+)

Re: [pve-devel] [PATCH pve-manager] cpumodelselector : add EPYC

2018-09-03 Thread Dominik Csapak
On 09/03/2018 01:42 PM, Thomas Lamprecht wrote: On 9/3/18 12:35 PM, Dominik Csapak wrote: On 09/02/2018 07:52 AM, Alexandre Derumier wrote: ---   www/manager6/form/CPUModelSelector.js | 1 +   1 file changed, 1 insertion(+) diff --git a/www/manager6/form/CPUModelSelector.js

Re: [pve-devel] [PATCH pve-manager] cpumodelselector : add EPYC

2018-09-03 Thread Thomas Lamprecht
On 9/3/18 12:35 PM, Dominik Csapak wrote: > On 09/02/2018 07:52 AM, Alexandre Derumier wrote: >> --- >>   www/manager6/form/CPUModelSelector.js | 1 + >>   1 file changed, 1 insertion(+) >> >> diff --git a/www/manager6/form/CPUModelSelector.js >> b/www/manager6/form/CPUModelSelector.js >> index

Re: [pve-devel] [PATCH v3 pve-common 5/5] Inotify : add mtu option

2018-09-03 Thread Alexandre DERUMIER
>>Just every configuration, where you change /etc/network/interfaces in a >>way like: >> >> >>iface bond0 inet manual >>... >>slaves eno18 eno19 >>mtu 9000 >> >> >>without also writing the "mtu 9000" in the eno18 and eno19 sections. It >>will work, but every try of

Re: [pve-devel] [PATCH pve-manager] cpumodelselector : add EPYC

2018-09-03 Thread Dominik Csapak
On 09/02/2018 07:52 AM, Alexandre Derumier wrote: --- www/manager6/form/CPUModelSelector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/form/CPUModelSelector.js b/www/manager6/form/CPUModelSelector.js index d3315513..9eb5b0e9 100644 ---

Re: [pve-devel] [PATCH v3 pve-common 5/5] Inotify : add mtu option

2018-09-03 Thread Dennis Busch
Currently, I think that I'm using check_mtu only on child interfaces (bond,vlan,bridgeport). @Denis : do you have a sample config where it's not working ? Just every configuration, where you change /etc/network/interfaces in a way like: iface bond0 inet manual ...

Re: [pve-devel] [PATCH pve-manager] add 'ssbd', 'ibpb', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb' cpu flags option

2018-09-03 Thread Alexandre DERUMIER
>>I think we need another way to show this... >>Having it like this is very confusing, IMO, and there will probably come >>more. yes, I was thinking the same. Waiting for spectre v100 ;) >>Maybe a grid with checkboxes, a flag name column and a description column >>where we can put at

Re: [pve-devel] [PATCH pve-docs] improve spectre/meltdown cpu flags documentation

2018-09-03 Thread Thomas Lamprecht
On 8/29/18 9:10 AM, Alexandre DERUMIER wrote: > Hi Wolfgang, > thanks for the review. > > About the grep checks, I wonder if we can give a link to > https://github.com/speed47/spectre-meltdown-checker > > This is a nice maintened script, testing all spectre/meltdown cve, giving > current

Re: [pve-devel] [PATCH pve-manager] add 'ssbd', 'ibpb', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb' cpu flags option

2018-09-03 Thread Thomas Lamprecht
On 9/2/18 7:54 AM, Alexandre Derumier wrote: > --- > www/manager6/qemu/ProcessorEdit.js | 42 > +- > 1 file changed, 37 insertions(+), 5 deletions(-) > > diff --git a/www/manager6/qemu/ProcessorEdit.js > b/www/manager6/qemu/ProcessorEdit.js > index