i installed the latest pve version, 1.5, with 2.6.32, on top of debian lenny, and still this problems occur... in standard installation, drbd starts after lvm, so lvm does not start well on both nodes...lvm, as it resides ON drbd, must start AFTER it! So:
Code:update-rc.d -f lvm2 remove update-rc.d lvm2 start 80 2 3 4 5 . stop 20 0 1 6 .
so, cat /proc/drbd gives UPDATED/UPDATED but pvdisplay returns a phisical volume only on master node, until i restart lvm or force a pvscan... or, using my method to start lvm AFTED drbd...