summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/1925094
blob: c389968a4b3b8b4f580cff274f432bcc048cb27f (plain) (blame)
1
2
3
4
5
6
DISCARD support for Crypto Block Devices

It appears that running `fstrim` or similar is useless when the VM is on a LUKS-encrypted device using QEMU's native LUKS support.

Looking at the source, it seems that block/crypto.c lacks an implementation for bdrv_co_pdiscard, which probably needs to delegate to a per-crypto type discard helper.