For the FESCo team to discuss/approve on the next FESco meeting:
Override kernel default for dm-crypt mappings of LUKS1 encrypted volumes via flag put in /etc/crypttab file. This change should affect only newly created encrypted storage based on LUKS1 format during installation.
I'm +1 to this change.
Open questions on the list with no response. I'm curious how they're detecting whether something is an SSD or not.
poll /sys/block/*/queue/rotational ?
Sure, that says whether it's spinning or not. But it doesn't account for things like USB sticks (which people do install on) and it blindly assumes anything that isn't rotational has working TRIM support. What happens on eMMC devices used on arm or otherwise?
There is no SSD detection, that pass down is always enabled. Change says "For rotational devices the cost of enabled discard is negligible". I don't actually understand the benefit because there's no change to enable fstrim.service by default; or a change to add discard mount option. So? And I don't think either of those should be enabled by default for reasons I mention in: https://bugzilla.redhat.com/show_bug.cgi?id=759920#c31
* AGREED: FESCo will defer this decision for a week due to ongoing discussion on the devel@ mailing list (sgallagh, 16:59:50)
Adding Change owners on CC of this ticket: @vpodzime , @okozina
@jforbes changed the status to Closed
Closed