coreos / butane

Butane translates human-readable Butane Configs into machine-readable Ignition Configs.
https://coreos.github.io/butane/
Apache License 2.0
255 stars 70 forks source link

Support LUKS open options; add `boot_device.luks.discard` field #421

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

Add LUKS discard and open_options fields from https://github.com/coreos/ignition/pull/1540. Also, users might reasonably want to enable discard for rootfs LUKS, so add it to the boot_device sugar. Don't add an open_options field there, since the sugar isn't meant to provide that level of customization.

bgilbert commented 1 year ago

Okay, this should be ready!