2018-04-06 14:24:51 +02:00
|
|
|
{
|
|
|
|
|
"node-name": "node-a-f",
|
|
|
|
|
"read-only": false,
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"driver": "qcow2",
|
2018-05-14 13:54:12 +02:00
|
|
|
"file": "node-a-s",
|
2018-04-06 14:24:51 +02:00
|
|
|
"backing": "node-b-f"
|
|
|
|
|
}
|
2018-05-14 13:54:12 +02:00
|
|
|
{
|
|
|
|
|
"driver": "file",
|
|
|
|
|
"filename": "/var/lib/libvirt/images/a",
|
|
|
|
|
"node-name": "node-a-s",
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"read-only": false,
|
|
|
|
|
"discard": "unmap"
|
|
|
|
|
}
|
2018-04-06 14:24:51 +02:00
|
|
|
{
|
|
|
|
|
"node-name": "node-b-f",
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"driver": "qcow2",
|
2018-05-14 13:54:12 +02:00
|
|
|
"file": "node-b-s",
|
2018-04-06 14:24:51 +02:00
|
|
|
"backing": "node-c-f"
|
|
|
|
|
}
|
2018-05-14 13:54:12 +02:00
|
|
|
{
|
|
|
|
|
"driver": "file",
|
|
|
|
|
"filename": "/var/lib/libvirt/images/b",
|
|
|
|
|
"node-name": "node-b-s",
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"discard": "unmap"
|
|
|
|
|
}
|
2018-04-06 14:24:51 +02:00
|
|
|
{
|
|
|
|
|
"node-name": "node-c-f",
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"driver": "qcow2",
|
2018-05-14 13:54:12 +02:00
|
|
|
"file": "node-c-s",
|
2018-04-06 14:24:51 +02:00
|
|
|
"backing": "node-d-f"
|
|
|
|
|
}
|
2018-05-14 13:54:12 +02:00
|
|
|
{
|
|
|
|
|
"driver": "gluster",
|
|
|
|
|
"volume": "images",
|
|
|
|
|
"path": "c",
|
|
|
|
|
"server": [
|
|
|
|
|
{
|
|
|
|
|
"type": "inet",
|
|
|
|
|
"host": "test.org",
|
|
|
|
|
"port": "24007"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"node-name": "node-c-s",
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"discard": "unmap"
|
|
|
|
|
}
|
2018-04-06 14:24:51 +02:00
|
|
|
{
|
|
|
|
|
"node-name": "node-d-f",
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"driver": "raw",
|
2018-05-14 13:54:12 +02:00
|
|
|
"file": "node-d-s"
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
"driver": "file",
|
|
|
|
|
"filename": "/var/lib/libvirt/images/d",
|
|
|
|
|
"node-name": "node-d-s",
|
|
|
|
|
"cache": {
|
|
|
|
|
"direct": true,
|
|
|
|
|
"no-flush": false
|
|
|
|
|
},
|
|
|
|
|
"read-only": true,
|
|
|
|
|
"discard": "unmap"
|
2018-04-06 14:24:51 +02:00
|
|
|
}
|