mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
23 lines
376 B
JSON
23 lines
376 B
JSON
|
{
|
||
|
"node-name": "node-f",
|
||
|
"read-only": true,
|
||
|
"cache": {
|
||
|
"direct": true,
|
||
|
"no-flush": false
|
||
|
},
|
||
|
"driver": "raw",
|
||
|
"file": {
|
||
|
"driver": "vvfat",
|
||
|
"dir": "/var/somefiles",
|
||
|
"floppy": false,
|
||
|
"rw": false,
|
||
|
"node-name": "node-s",
|
||
|
"cache": {
|
||
|
"direct": true,
|
||
|
"no-flush": false
|
||
|
},
|
||
|
"read-only": true,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|