libvirt/tests/qemublocktestdata/xml2json/dir-fat-readonly-srconly.json
Peter Krempa 5a70f1048f storage: Implement backing store support for "fat:" prefix
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>
2020-03-24 14:17:47 +01:00

11 lines
155 B
JSON

(
source only properties:
{
"driver": "vvfat",
"dir": "/var/somefiles",
"floppy": false
}
backing store string:
fat:/var/somefiles
)