Skip to content
Discussion options

You must be logged in to vote

If you don't want decrypted data to be found on SSD cache device, you have to stack LUKS on top of everything. Otherwise, my recommendation is stacking writeboost on the very top. Here are the reasons:

  1. LUKS on top of writeboost is ever reported a bug (but it is not reproduced and thought to be resolved). #111
  2. In practice, you should put most well-tested module at the bottom of the stack. Unfortunately, writeboost can not be said to be well-tested relative to LUKS and RAID1 and the technical difficulty is much higher with writeboost.
  3. If you put LUKS on top of writeboost, the incoming write to writeboost is limited by LUKS, leading to inefficient use of SSD write caching.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@kamild1996
Comment options

@akiradeveloper
Comment options

@kamild1996
Comment options

@akiradeveloper
Comment options

Answer selected by kamild1996
@kamild1996
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants