What | Removed | Added |
---|---|---|
Status | NEW | IN_PROGRESS |
CC | jfehlig@suse.com | |
Assignee | kvm-bugs@forge.provo.novell.com | jfehlig@suse.com |
(In reply to Walddys Emmanuel Dorrejo C�spedes from comment #2) > <disk type='file' device='disk'> > <driver name='qemu' type='raw'/> > <source file='/home/wedc/VMs/crs.img'/> > <target dev='vdb' bus='virtio'/> > <shareable/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> > </disk> This XML snippet of your disk device is correct. The <shareable> element should allow the disk to be shared. But as Fei noted, your libvirt is not passing 'share-rw=on' when invoking qemu. There is an upstream patch to fix it, which will be included in the upcoming libvirt 3.10.0 release.