mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-02 11:05:22 +00:00
27 lines
378 B
JSON
27 lines
378 B
JSON
|
protocol:
|
||
|
{
|
||
|
"driver": "rbd",
|
||
|
"location": {
|
||
|
"pool": "asdf",
|
||
|
"image": "i.qcow2",
|
||
|
"server": [
|
||
|
{
|
||
|
"host": "example.com",
|
||
|
"port": "1234"
|
||
|
},
|
||
|
{
|
||
|
"host": "alternate.example.com",
|
||
|
"port": "4321"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"size": 42
|
||
|
}
|
||
|
|
||
|
format:
|
||
|
{
|
||
|
"driver": "qcow2",
|
||
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
||
|
"size": 1337
|
||
|
}
|