mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
20 lines
331 B
JSON
20 lines
331 B
JSON
|
{
|
||
|
"node-name": "node-b-f",
|
||
|
"read-only": false,
|
||
|
"driver": "qcow2",
|
||
|
"file": "node-a-s",
|
||
|
"backing": null
|
||
|
}
|
||
|
{
|
||
|
"driver": "nbd",
|
||
|
"server": {
|
||
|
"type": "inet",
|
||
|
"host": "host1.example.com",
|
||
|
"port": "10809"
|
||
|
},
|
||
|
"tls-creds": "node-a-s-tls0",
|
||
|
"node-name": "node-a-s",
|
||
|
"read-only": false,
|
||
|
"discard": "unmap"
|
||
|
}
|