Skip to content
Snippets Groups Projects
Verified Commit 732a92a4 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

gitlab_runner: Allow discard requests from VMs to be passed to the filesystem

This should not change anything as the VMs are short-lived (15 minutes
at the most), so it is just added for good measure.
parent 87a54893
No related branches found
No related tags found
1 merge request!881libvirt-executor improvements
......@@ -25,7 +25,7 @@
</clock>
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<driver name='qemu' type='qcow2' discard='unmap'/>
<source file='/var/lib/libvirt/images/$vm_name.qcow2'/>
<target dev='sdb' bus='scsi'/>
</disk>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment