mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
4a2df06483
The sheepdog project is no longer actively developed, Libvirt removed the support for sheepdog storage backend since v8.8.0, Let's drop it. Signed-off-by: Lin Ma <lma@suse.com>
6 lines
158 B
XML
6 lines
158 B
XML
<disk type="volume" device="disk">
|
|
<driver name="qemu" type="raw"/>
|
|
<source volume="sdfg1" pool="pool-disk"/>
|
|
<target dev="vdaf" bus="virtio"/>
|
|
</disk>
|