mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #316] Cache and io #249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amarc on GitHub (May 23, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/316
Hello,
is there a way to add cache and IO mode to guests ? I tried something like:
driver name='qemu' type='qcow2' cache='none' io='native'
driver name='qemu' type='raw' cache='none' io='native'
But I get error message upon clicking "Start" :
internal error: process exited while connecting to monitor: qemu-system-x86_64: -drive file=/home/kvm/vyatta-raw.img,if=none,id=drive-virtio-disk0,format=raw,cache=none: could not open disk image /home/kvm/vyatta-raw.img: Invalid argument
I tried qcow2 and raw images and yes /home/kvm/... is existing.
@retspen commented on GitHub (May 23, 2014):
Libvirt show this error WebVirtMgr only transmit the error. About IO cache try something like this: