Skip to content

Commit

Permalink
feat(crypto): CRP-2359: Enable discard for the guest OS VM in host OS…
Browse files Browse the repository at this point in the history
… QEMU config
  • Loading branch information
mbjorkqvist committed Feb 23, 2024
1 parent ead31a0 commit a255810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/hostos/rootfs/opt/ic/share/guestos.xml.template
Expand Up @@ -38,7 +38,7 @@
<devices>
<emulator>/usr/local/bin/qemu-system-x86_64</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<driver name='qemu' type='raw' cache='none' discard='unmap'/>
<source dev='/dev/hostlvm/guestos' index='1'/>
<backingStore/>
<target dev='vda' bus='virtio'/>
Expand Down

0 comments on commit a255810

Please sign in to comment.