Sending the entire series again since I made some changes in between. (@Alexandre, since I modified most patches in the series to bring them more up to date (eg. see the changelog for patch 1): if you have already worked on conflicting changes and don't feel like dealing with the merge conflict, just send them over and I'll go through it)
* patch 1 - removed $ip_reverse_mask as it's now available through PVE::Network * patch 2 - updated use of $ip_reverse_mask here, too - included SLAAC like with containers by setting ip6=auto - some style fixes - fixed bad conditions for warnings * patch 4: - still has a FIXME pending: (the next_free_nbd_dev patch for pve-common is already on the list) * patch 5 - style fix: `if( $scfg...` => `if ($scfg...` * patch 6 - fixed drive_is_cdrom check to support block storage (tested with LVM) Alexandre Derumier (3): implement cloudinit v2 cloud-init : force ifdown ifup at boot cloudinit : support any storeid for configdrive Wolfgang Bumiller (3): cloud-init changes cloudinit: use qcow2 for future snapshot support delete cloudinit images as if they weren't cdroms PVE/API2/Qemu.pm | 28 +++++- PVE/QemuServer.pm | 271 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- control.in | 2 +- 3 files changed, 290 insertions(+), 11 deletions(-) -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel