I'm considering using ext4 on encrypted LVM (which uses LUKS and dm-crypt). Will the transactional guarantees in ext4's journaling be preserved?
Bonus: where may I find authoritative information on this (besides the source)?
I'm considering using ext4 on encrypted LVM (which uses LUKS and dm-crypt). Will the transactional guarantees in ext4's journaling be preserved?
Bonus: where may I find authoritative information on this (besides the source)?
Yes, it does, according to the reply on the dm-crypt mailing list: http://www.saout.de/pipermail/dm-crypt/2012-April/002441.html
Meanwhile I'm not 100 % sure regarding what kind of EXT4 transactional guarantees you're talking about, I'd suggest trying mounting with write barriers turned on (by default, IIRC) and see whether it's supported.