I think I spoke too soon. These steps work and I can add the volume but when it comes to creating a new VM I cannot select this as a storage option. Only ‘local’ is appearing…How do you try to add it?
Its "Datacenter -> Storage -> Add -> LVM-Thin" for the commands above. If the LUKS container is unlocked withcryptsetup luksOpen --allow-discards /dev/disk/by-id/myUUID-part1 lukslvm
(you can runcryptsetup status /dev/mapper/lukslvm
to verify that it is unlocked) there should be "vgluks" as volume group and "lvthin" as Thin Pool selectable.