mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
ffdf532328
Sheepdog and possibly others use nested objects for network server and thus could be specified in a way that libvirt would not parse. Validates that https://bugzilla.redhat.com/show_bug.cgi?id=1464821 is fixed properly.
12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"driver": "raw",
|
|
"file": {
|
|
"server.host": "10.10.10.10",
|
|
"server.port": "7000",
|
|
"tag": "",
|
|
"driver": "sheepdog",
|
|
"server.type": "inet",
|
|
"vdi": "Alice"
|
|
}
|
|
}
|