Reimport old existing disks with LVM
- Remove old LVM Volumes
- lvremove OLDVOLUME
- Delete old partition table (REMOVES ACCESS TO DATA !!!)
dd if=/dev/zero of=/dev/sda bs=512 count=1
Recreate LVM-Thin
dd if=/dev/zero of=/dev/sda bs=512 count=1
Recreate LVM-Thin