Re: [pve-devel] [PATCH pve-manager 1/2] fix lxc config key in get_start_stop_list sub

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

[pve-devel] iPXE Update

2015-10-20 Thread Andreas Steinel
Hi, I run into the PXE-Boot-DHCP-Problem which can be solved by a more recent version of the ipxe stack in qemu. ( http://forum.proxmox.com/threads/19306-PXE-booting-VMs-not-working?p=120764#post120764 ) Booting iPXE CD works just fine and I used the git version of today to build the

[pve-devel] [PATCH pve-container 2/2] restore: delete config from container after restore

2015-10-20 Thread Wolfgang Bumiller
We don't need to leave /etc/vzdump/pct.conf or vps.conf in the container's directory structure after using it, it only causes the next backup to have the file twice in the archive. --- src/PVE/LXC/Create.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PVE/LXC/Create.pm

[pve-devel] [PATCH pve-container] redhat: don't use aliases for dual stack networking

2015-10-20 Thread Wolfgang Bumiller
A static IPv6 as alias interface for ipv4 doesn't work (RH has "secondaries" for that), DHCP on aliases doesn't work either. The only drawback of putting both in the same file is that static addresses take longer to be configured if the DHCP server is slow. --- src/PVE/LXC/Setup/Redhat.pm | 29