mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
15 lines
247 B
JSON
15 lines
247 B
JSON
|
{
|
||
|
"node-name": "node-f",
|
||
|
"read-only": true,
|
||
|
"driver": "raw",
|
||
|
"file": {
|
||
|
"driver": "vvfat",
|
||
|
"dir": "/var/somefiles",
|
||
|
"floppy": true,
|
||
|
"rw": false,
|
||
|
"node-name": "node-s",
|
||
|
"read-only": true,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|