worked well, at first i created a volumegroup that owns the whole raid6:
vgcreate pve-raid /dev/md0
than I created a logical volume for the qcow2 based VMs using 50% of the space:
lvcreate -l50%VG -n data pve-raid
than I created a logical volume that used 50% of the volumegroup for the...