Dirk Heinrichs schrieb:
> Just to make sure I understand what you want to do: You have encrypted
> physical volumes which you want to combine into an LVM volume group and then
> put logical volumes into this VG?
Raid part 1 \
Raid part 2 >- Raid5 -> /dev/md127 = PV1
Raid part 3 /
...(possibly others)...
PV1 --LVM--> VG1 ---> LV1: \dev\mapper\vg1-crypt
LV1: \dev\mapper\vg1-crypt --cryptsetup--> \dev\mapper\crypt_pv
\dev\mapper\crypt_pv = PV2 --LVM--> VG1 ---> (all the partitions)
Basically, I have one encrypted "physical" volume, but I want to be
flexible ...