2018-09-04 19:40:01 +08:00
|
|
|
protocol:
|
|
|
|
{
|
|
|
|
"driver": "gluster",
|
|
|
|
"location": {
|
|
|
|
"volume": "asdf",
|
|
|
|
"path": "i.qcow2",
|
|
|
|
"server": [
|
|
|
|
{
|
|
|
|
"type": "inet",
|
|
|
|
"host": "example.com",
|
|
|
|
"port": "1234"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "inet",
|
|
|
|
"host": "alternate.example.com",
|
|
|
|
"port": "3214"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-08-30 22:36:15 +08:00
|
|
|
"size": 4294967296
|
2018-09-04 19:40:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
format:
|
|
|
|
{
|
|
|
|
"driver": "qcow2",
|
|
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
2019-08-30 22:36:15 +08:00
|
|
|
"size": 8589934590
|
2018-09-04 19:40:01 +08:00
|
|
|
}
|