mirror of https://gitee.com/openkylin/libvirt.git
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"
|
|
}
|