Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Kamil Trzciński
It will. Docker still supports lxc backend and they basically use the same kernel extensions (cgroups). On Mon, Mar 30, 2015 at 8:30 AM, Alexandre DERUMIER aderum...@odiso.com wrote: LXC seems to slowly develop - the bad news is that RH just dropped support for it :-/ (at least the announced

Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Alexandre DERUMIER
Docker is best run inside a VM. It makes no sense to run such limited containers on the host. Same opinion for me. I'm begin to use docker in production, inside qemu guest. (mainly to deploy php applications) Docker is more about 1 process (apache,mysql,) = 1 container - Mail

[pve-devel] lxc 1.1 : qcow2 support ?

2015-03-30 Thread Alexandre DERUMIER
Just found a new here about lxc 1.1: https://linuxcontainers.org/fr/lxc/news/ * core: Add support for qcow2 images (through qemu-img) so, maybe disk quota is possible ? (size of qcow2) other news: * core: Add support for Openvswitch bridges * init: Add identical support

Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Alexandre DERUMIER
LXC seems to slowly develop - the bad news is that RH just dropped support for it :-/ (at least the announced that in a press release). Any link about this. I found an article saying the opposite

Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Alexandre DERUMIER
Docker is more about 1 process (apache,mysql,) = 1 container Note that it's possible to run multiple process in 1 docker, using some apps like supervisor, which manage process/services https://docs.docker.com/articles/using_supervisord/ I found also some fosdem infos about

Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Martin Maurer
On 30.03.2015 08:30, Alexandre DERUMIER wrote: LXC seems to slowly develop - the bad news is that RH just dropped support for it :-/ (at least the announced that in a press release). Any link about this. See the RHEL 7.1 release announcements, LXC looks not lika a first class citizen.

[pve-devel] Moving to ext js 5, the first steps

2015-03-30 Thread Emmanuel Kasper
Hello I have started some preliminary work to upgrade the ext js framework we use in the pvemanager web ui to version 5.1 This should bring us some slight performance improvements in grid rendering, and a more modern themed ui. Please note that Ext JS 5.1 supports Internet Explorer = 8.0, so

Re: [pve-devel] criu for lxc news on criu.org

2015-03-30 Thread Alexandre DERUMIER
See the RHEL 7.1 release announcements, LXC looks not lika a first class citizen. Ok, thanks fo the link. on the lxc website, https://linuxcontainers.org/fr/lxc/news/ they said that they are doing support for next 5 years Extended support At this time, the only such release is LXC 1.0 which

[pve-devel] [PATCH 2/2] Add makefile targets for the ext js framework in version 5.1 (gpl)

2015-03-30 Thread Emmanuel Kasper
This commit only installs the required javascript / css files for ext js 5.1 in /usr/share/pve-manager/ext5, but does not use it by default, as we have to sort out the upgrade issues between 4.0 and 5.1 before. Signed-off-by: Emmanuel Kasper e.kas...@proxmox.com --- defines.mk | 1 +

[pve-devel] [PATCH] qemu 2.2.1: fix assert while resizing or hot plugging virtio scsi disks

2015-03-30 Thread Stefan Priebe
Signed-off-by: Stefan Priebe s.pri...@profihost.ag --- debian/patches/series |1 + debian/patches/virtio-scsi_fix_assert.patch | 45 +++ 2 files changed, 46 insertions(+) create mode 100644 debian/patches/virtio-scsi_fix_assert.patch diff

[pve-devel] [PATCH] Touch data after unpacking them. This will prevent the make install target to be called twice in a row.

2015-03-30 Thread Emmanuel Kasper
Signed-off-by: Emmanuel Kasper e.kas...@proxmox.com --- www/touch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/touch/Makefile b/www/touch/Makefile index 9e41864..5b7efa6 100644 --- a/www/touch/Makefile +++ b/www/touch/Makefile @@ -10,6 +10,7 @@ TOUCHDATA =

Re: [pve-devel] lxc 1.1 : qcow2 support ?

2015-03-30 Thread Alexandre DERUMIER
It seem that lxc support also other backend like zfs for example. qcow2,raw file seem also great. (convert kvm - lxc with qemu-img seem easy). - Mail original - De: aderumier aderum...@odiso.com À: pve-devel pve-devel@pve.proxmox.com Envoyé: Lundi 30 Mars 2015 09:08:45 Objet:

[pve-devel] vma: maybe small bug?

2015-03-30 Thread Michael Rasmussen
Hi Dietmar, Running vma verify file -v produces the following output ... total bytes read 15032385536, sparse bytes 12801355776 (85.2%) space reduction due to 4K zero bocks 1.57% Should the last line not read: space reduction due to 4K zero blocks 1.57% -- Hilsen/Regards Michael Rasmussen Get

Re: [pve-devel] [PATCH 2/2] Add makefile targets for the ext js framework in version 5.1 (gpl)

2015-03-30 Thread Dietmar Maurer
Applied, thanks! I found some duplicated files after installation: /usr/share/pve-manager/ext5/locale/ext-locale-de.js /usr/share/pve-manager/ext5/packages/ext-locale/build/ext-locale-de.js Seems locale files are installed twice? And do we really need to install all those theme files? # du

Re: [pve-devel] [PATCH] qemu 2.2.1: fix assert while resizing or hot plugging virtio scsi disks

2015-03-30 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] lxc 1.1 : qcow2 support ?

2015-03-30 Thread Dietmar Maurer
On March 30, 2015 at 8:00 PM Alexandre DERUMIER aderum...@odiso.com wrote: It seem that lxc support also other backend like zfs for example. qcow2,raw file seem also great. (convert kvm - lxc with qemu-img seem easy). yes, looks good. ___

Re: [pve-devel] vma: maybe small bug?

2015-03-30 Thread Dietmar Maurer
On March 31, 2015 at 1:03 AM Michael Rasmussen m...@datanom.net wrote: Hi Dietmar, Running vma verify file -v produces the following output ... total bytes read 15032385536, sparse bytes 12801355776 (85.2%) space reduction due to 4K zero bocks 1.57% Should the last line not read: