mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
3875459235
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
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"
|
|
}
|