[dm-devel] trim support (discard)

Milan Broz mbroz at redhat.com
Sun Jan 9 13:28:16 UTC 2011


On 01/08/2011 08:45 PM, Jens Kasten wrote:
> 
> I use the kernel 2.6.37 with cryptsetup and lvm on a intel ssd. 

Device-mapper targets supports discards in 2.6.37 with exception
of dm-crypt target (that's why you see that message).

Supporting discards in dm-crypt means that information
about unused blocks is leaked (SSD ususally returns zeroes instead
of expected random data for discarded blocks) and it it can be
security problem in some situations.

We will probably add discard support in dm-crypt later but as optional
parameter (admin must decide that leaking allocated block info
is not problem and must explicitly enable it).
Probably 2.6.39 material.

> Then i try the wiper.sh script and i get:
> wiper.sh: Linux SATA SSD TRIM utility, version 3.1, by Mark Lord.
> /dev/dm-1: unable to reliably determine the underlying physical device
> name, aborting

That seems like bug in that script btw, it should understand DM devices.

> Its there in near future the discard support on the LVM?

LVM/DM itself should fully support discards now.
Exception is stacking with dm-crypt devices.

Milan




More information about the dm-devel mailing list