Re: [pve-devel] Updated qemu pkg needed for Meltdown and Spectre?

2018-01-05 Thread Fabian Grünbichler
On Fri, Jan 05, 2018 at 06:50:33PM +0100, Waschbüsch IT-Services GmbH wrote: > > > Am 05.01.2018 um 11:25 schrieb Fabian Grünbichler > > : > > > > On Thu, Jan 04, 2018 at 09:08:32PM +0100, Stefan Priebe - Profihost AG > > wrote: > >> > >> Here we go - attached is the relevant patch - extracted

Re: [pve-devel] Updated qemu pkg needed for Meltdown and Spectre?

2018-01-05 Thread Waschbüsch IT-Services GmbH
> Am 05.01.2018 um 11:25 schrieb Fabian Grünbichler > : > > On Thu, Jan 04, 2018 at 09:08:32PM +0100, Stefan Priebe - Profihost AG wrote: >> >> Here we go - attached is the relevant patch - extracted from the >> opensuse src.rpm. > > this will most likely not be needed for some time, since a p

Re: [pve-devel] proxmox 2018 : add support for "virtual" network and network plugins ?

2018-01-05 Thread Alexandre DERUMIER
>>I think we basically have two kinds of networks: >> >>1.) local networks: >> >>This is what we already have in /etc/network/interface. Access to local >>network >>is >>usually restricted to admins. >> >>2.) virtual networks: >> >>Basically a linux bridge where we can connect VM to. One

Re: [pve-devel] Updated qemu pkg needed for Meltdown and Spectre?

2018-01-05 Thread Fabian Grünbichler
On Thu, Jan 04, 2018 at 09:08:32PM +0100, Stefan Priebe - Profihost AG wrote: > > Here we go - attached is the relevant patch - extracted from the > opensuse src.rpm. this will most likely not be needed for some time, since a pre-requisite is having microcode and kernels supporting IBRS and IBPB.

Re: [pve-devel] Patch about Intel processors flaw

2018-01-05 Thread Alwin Antreich
Hello Gilberto, On Thu, Jan 04, 2018 at 03:36:36PM -0200, Gilberto Nunes wrote: > Hi list > > Is there any patch to PVE Kernel about Intel processors flaw?? Please, follow up on the thread on our forum. https://forum.proxmox.com/threads/fuckwit-kaiser-kpti.39025/ > > > --- > Gilberto Ferreira > >

Re: [pve-devel] [PATCH manager] fix #1573: show bootdisk usage on container summary

2018-01-05 Thread Dominik Csapak
any comment ? On 11/28/2017 02:06 PM, Dominik Csapak wrote: we have the information, so show it this does not change the output for vms, where we do not have any information about disk usage at all Signed-off-by: Dominik Csapak --- www/manager6/panel/GuestStatusView.js | 9 + 1 file

Re: [pve-devel] [PATCH manager 1/2] add defaultSize parameter for DiskStorageSelector and set it to 8 for lxc

2018-01-05 Thread Dominik Csapak
any comment ? On 12/13/2017 11:34 AM, Dominik Csapak wrote: we had it previously on 8GB for containers, but with the refactoring, this got lost. this patch changes this back Signed-off-by: Dominik Csapak --- www/manager6/form/DiskStorageSelector.js | 6 +- www/manager6/lxc/MPEdit.js