[pve-devel] Network configuration

2015-07-21 Thread Michael Rasmussen
Hi all, I have installed a proxmox 4.0 to test openvswitch and IMHO the current network GUI config is not suited for the task since every time you need to create or delete an OVSint Port a reboot of the node is required. I will therefore propose a change in the GUI which allows creating or

[pve-devel] [PATCH pve-storage] mask world r and group wx permissions in vdisk_alloc

2015-07-21 Thread Wolfgang Bumiller
Avoid world-readable disk files being created as suggested in #416 by setting an umask to strip world permissions as well as group write/exec permissions before calling alloc_image. --- PVE/Storage.pm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PVE/Storage.pm

[pve-devel] ceph jessie hammer gitbuilder repository

2015-07-21 Thread Alexandre DERUMIER
Hi, ceph team has released gitbuilder repository for jessie - hammer. deb http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/ref/hammer jessie main final repository should come soon. ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] [PATCH] Fixed hardcoded LXC container architecture detection

2015-07-21 Thread Thomas Lamprecht
Execute '/usr/bin/file -b -L /usr/bin/file' in the container to extract architecture information. Falls back to amd64 on failure and notifies the user. Assumes that the file command is available and we're on a x86 (32 or 64bit) linux system. Signed-off-by: Thomas Lamprecht t.lampre...@proxmox.com

Re: [pve-devel] ceph jessie hammer gitbuilder repository

2015-07-21 Thread Dietmar Maurer
great On July 21, 2015 at 9:33 AM Alexandre DERUMIER aderum...@odiso.com wrote: Hi, ceph team has released gitbuilder repository for jessie - hammer. deb http://gitbuilder.ceph.com/ceph-deb-jessie-x86_64-basic/ref/hammer jessie main final repository should come soon.

[pve-devel] [PATCH] vzdump : abord backup if disk have iothread enabled.

2015-07-21 Thread Alexandre Derumier
Currently backup don't work with iothread feature, and crash qemu For now, abord the backup if one of the vm drives have iothread enabled until backup code is fixed. Upstream qemu backup cde already support iothread.