dm-crypt.saout.de archive mirror
 help / color / mirror / Atom feed
From: Mistave <mistave@countermail.com>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Properly enabling TRIM for dm-crypt on an SSD
Date: Mon, 21 Dec 2020 17:53:48 +0100	[thread overview]
Message-ID: <3c92603c-2254-ede4-d454-a949ec2928eb@countermail.com> (raw)
In-Reply-To: <CAJN12jm-KqRWA8qFwygp7NvcvVGR_t9HV2o54QO3fUHUh4SEmw@mail.gmail.com>


On 2020-12-20 19:12, Martin Jørgensen wrote:
> *"Note that if you're using LVM or cryptsetup, all such layers need to be
> configured to pass through the discard operation to the lower layer. By
> default, cryptsetup ignores discard operations as it prioritizes privacy
> over performance – TRIM by its nature reveals which disk areas are in use
> and which ones are free."*

So, if I understand correctly, this means that even though the fstrim
utility runs every once in a while and sends TRIM commands down the
pipe, they will be caught and stopped by the dm-crypt layer unless it is
also configured to let them pass.

In this case the only thing I need to do is activate TRIM on dm-crypt
since I don't use LVM.


> For the last part I now think I understand the need for passing through
> discard operations to the lower layer (haven't done it but also haven't had
> problems in years using LUKS). I think something like this could be what
> you're looking for:
> https://blog.christophersmart.com/2013/06/05/trim-on-lvm-on-luks-on-ssd/ -
> I found several similar posts on google, it seems you basically need to
> ensure that discards are sent to the crypto layer by adding the
> *allow-discards* option to /etc/crypttab... Haven't actually done it myself
> - maybe I should do that in near future, sounds like a good idea...

The /etc/crypttab should use the keyword "discard" according to debian
documentation. I believe that "allow-discards" is meant to be a kernel
parameter passed by the bootloader. I've also seen
"rd.luks.allow-discards" or "rd.luks.options=discard" used on some
pages. We'll see, if any work for me.

To test, I'm going to use the following command:
# dmsetup table | grep allow_discards


Kind regards,
M.
_______________________________________________
dm-crypt mailing list
dm-crypt@saout.de
https://www.saout.de/mailman/listinfo/dm-crypt

  reply	other threads:[~2020-12-21 16:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20 11:36 [dm-crypt] Properly enabling TRIM for dm-crypt on an SSD Mistave
2020-12-20 18:12 ` Martin Jørgensen
2020-12-21 16:53   ` Mistave [this message]
2020-12-21 21:45     ` Mistave

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3c92603c-2254-ede4-d454-a949ec2928eb@countermail.com \
    --to=mistave@countermail.com \
    --cc=dm-crypt@saout.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).