Comment 1 for bug 1585016

Revision history for this message
Lee Trager (ltrager) wrote : Re: Commissing with LVM breaks deployments

I fixed this by wiping the partition table with

dd if=/dev/zero of=/dev/vda bs=1M count=1
dd if=/dev/zero of=/dev/vdb bs=1M count=1