mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
10 lines
182 B
JSON
10 lines
182 B
JSON
|
{
|
||
|
"driver": "https",
|
||
|
"url": "https://test.host:443/whatever.img",
|
||
|
"sslverify": false,
|
||
|
"timeout": 2000,
|
||
|
"readahead": 65536,
|
||
|
"auto-read-only": true,
|
||
|
"discard": "unmap"
|
||
|
}
|