I've installed PVE 4beta2 on a stock Debian Jessie with a separate /, /usr and /var on lvm. The problem is that the initrd image generated for the pve kernel do not properly start lvm. As a hack to get around this I've added /etc/initramfs-tools/scripts/local-premount/lvm with the content below. This isn't a good solution, but at least I can boot without manual intervention.
As I can't find any bugreport on this I've submitted one with id 738
As I can't find any bugreport on this I've submitted one with id 738
Code:
#!/bin/sh
/sbin/lvm vgchange -ay