[pve-devel] From LXC to LXD

2018-02-09 Thread Gilberto Nunes
Hi guys Any change to migrate from LXC to LXD?? It's seem to me that LXD is more advance than LXC! What do you, guys, thing about it??? Thanks a lot! Cheers --- Gilberto Nunes Ferreira (47) 3025-5907 (47) 99676-7530 - Whatsapp / Telegram Skype: gilberto.nunes36 ___

[pve-devel] [PATCH qemu-server 0/1] migrate cache-size : power of 2

2018-02-09 Thread Alexandre Derumier
qemu 2.11 need a power of 2 cache size. " Parameter 'xbzrle_cache_size' expects is invalid, it should be bigger than target page size and a power of two " Divide the memory size by 8 instead 10 Alexandre Derumier (1): migrate cache-size : power of 2 PVE/QemuMigrate.pm | 4 ++-- 1 file change

[pve-devel] [PATCH qemu-server 1/1] migrate cache-size : power of 2

2018-02-09 Thread Alexandre Derumier
qemu 2.11 need a power of 2 cache size. " Parameter 'xbzrle_cache_size' expects is invalid, it should be bigger than target page size and a power of two " Divide the memory size by 8 instead 10 --- PVE/QemuMigrate.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/Qem

Re: [pve-devel] [RFC PATCH] add kiosk option to vm

2018-02-09 Thread Dominik Csapak
On 02/09/2018 03:23 PM, Dietmar Maurer wrote: with my patch as it is, only root can change the option afaics there is no option to set the target file (at least not on the commandline) only 'TMPDIR' via an environment variable (but i guess this is not what we want since it changes the location o

Re: [pve-devel] [RFC PATCH] add kiosk option to vm

2018-02-09 Thread Dietmar Maurer
> with my patch as it is, only root can change the option > > afaics there is no option to set the target file (at least not on the > commandline) only 'TMPDIR' via an environment variable (but i guess this > is not what we want since it changes the location of all tmpfiles of qemu) I always re

[pve-devel] applied: [PATCH manager v2] ui: qemu: make DisplayEdit declarative and drop DisplaySelector

2018-02-09 Thread Dominik Csapak
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH manager 1/3] InfoWidget.js: make printBar toggleable at runtime

2018-02-09 Thread Dominik Csapak
applied all 3 patches ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager v2] ui: qemu: make DisplayEdit declarative and drop DisplaySelector

2018-02-09 Thread Thomas Lamprecht
DisplayEdit did not get a cleanup during our ExtJS 4 to ExtJS 6 cleanup, in fact it was really touched in the last 5 years. So refactor it to a declarative syntax, at least almost, we keep the me.load in initComponent, just to much hassle to adress this for now. Also purge DisplaySelector. It was

[pve-devel] [PATCH manager] ui: qemu: make DisplayEdit declarative and drop DisplaySelector

2018-02-09 Thread Thomas Lamprecht
DisplayEdit did not get a cleanup during our ExtJS 4 to ExtJS 6 cleanup, in fact it was really touched in the last 5 years. So refactor it to a declarative syntax, at least almost, we keep the me.load in initComponent, just to much hassle to adress this for now. Also purge DisplaySelector. It was

Re: [pve-devel] applied: [PATCH v2] mixin/CBind: allow binding sub elements

2018-02-09 Thread Wolfgang Bumiller
applied On Fri, Feb 09, 2018 at 08:28:34AM +0100, Thomas Lamprecht wrote: > allow to access sub elements of configuration items for binding. > > E.g., if the following configuration is present: > > foo: { > bar: true > } > > one could do: > > xtype: 'displayfield', > cbind { > value: '

Re: [pve-devel] [RFC PATCH] add kiosk option to vm

2018-02-09 Thread Dominik Csapak
On 02/09/2018 09:57 AM, Fabian Grünbichler wrote: On Thu, Feb 08, 2018 at 03:39:36PM +0100, Dominik Csapak wrote: this adds a 'kiosk' option, which enables qemus snapshot mode, which redirects all writes to a temporary file, so that if you stop the qemu process, the disks are in their original s

Re: [pve-devel] [RFC PATCH] add kiosk option to vm

2018-02-09 Thread Fabian Grünbichler
On Thu, Feb 08, 2018 at 03:39:36PM +0100, Dominik Csapak wrote: > this adds a 'kiosk' option, which enables qemus snapshot > mode, which redirects all writes to a temporary file, so > that if you stop the qemu process, the disks are in their original state > > Signed-off-by: Dominik Csapak > ---

Re: [pve-devel] [PATCH container] restore: support i/o rate limiting

2018-02-09 Thread Fabian Grünbichler
small nit(s) inside On Tue, Feb 06, 2018 at 02:00:46PM +0100, Wolfgang Bumiller wrote: > Signed-off-by: Wolfgang Bumiller > --- > src/PVE/API2/LXC.pm | 16 +++- > src/PVE/LXC/Create.pm | 12 +++- > 2 files changed, 26 insertions(+), 2 deletions(-) > > diff --git a/src/PVE/

[pve-devel] [PATCH storage] bwlimit: apply limits when there's no override

2018-02-09 Thread Wolfgang Bumiller
Before, 'undef' was equivalent to unlimited, but '0' is the "explicitly unlimited" value, so if the user doesn't request an override, apply limits as if the user was unprivileged (otherwise there's no way for privileged users to explicitly ask to not override the configured limits). Signed-off-by: