mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
5a70f1048f
qemublocktest showed that we don't add the "fat:" prefix for directory storage when formatting the backing store string. While it's unlikely to be used it's simple enough to actually implement the support rather than trying to forbid it. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
11 lines
155 B
JSON
11 lines
155 B
JSON
(
|
|
source only properties:
|
|
{
|
|
"driver": "vvfat",
|
|
"dir": "/var/somefiles",
|
|
"floppy": false
|
|
}
|
|
backing store string:
|
|
fat:/var/somefiles
|
|
)
|