diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 16:18:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 16:18:57 -0300 |
commit | 48977cf4c193acbc2e57f2c6a34269faf4723b75 (patch) | |
tree | 7fcb0597af10f756f12a9eac4a7c342452da792d /kvmxfile | |
parent | e1a1bd36c6df22ae9c2af75cf07cbd940e824733 (diff) | |
download | kvmx-48977cf4c193acbc2e57f2c6a34269faf4723b75.tar.gz kvmx-48977cf4c193acbc2e57f2c6a34269faf4723b75.tar.bz2 |
Feat: TRIM support using image_discards option
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -149,6 +149,11 @@ xrandr="0" # Image type: file or device (kvmx-create only) image_type="file" +# Discards support +# See https://jschumacher.info/2020/11/debian-qemu-libvirt-qcow2-and-fstrim/ +# https://chrisirwin.ca/posts/discard-with-kvm-2020/ +image_discards="y" + # Image size size="10G" |