I am implementing a server storage setup making use of software RAID, LVM and LUKS.
I can think of three combinations this configuration could take:
- RAID, LVM, LUKS
- RAID, LUKS, LVM
- LUKS, RAID, LVM
In which order would these best be configured in, where best is in terms of security and maintainability?