2018-03-19 11:51:20 +00:00
|
|
|
{
|
|
|
|
"node-name": "node-b-f",
|
|
|
|
"read-only": false,
|
|
|
|
"driver": "qcow2",
|
|
|
|
"encrypt": {
|
|
|
|
"format": "luks",
|
|
|
|
"key-secret": "node-b-f-encalias"
|
|
|
|
},
|
2018-05-14 11:54:12 +00:00
|
|
|
"file": "node-a-s",
|
2018-03-19 11:51:20 +00:00
|
|
|
"backing": "node-b-f"
|
|
|
|
}
|
2018-05-14 11:54:12 +00:00
|
|
|
{
|
|
|
|
"driver": "rbd",
|
|
|
|
"pool": "rbdpool",
|
|
|
|
"image": "rbdimg",
|
|
|
|
"server": [
|
|
|
|
{
|
|
|
|
"host": "host1.example.com",
|
|
|
|
"port": "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"host": "host2.example.com",
|
|
|
|
"port": "0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"user": "testuser-rbd",
|
2018-07-09 14:05:16 +00:00
|
|
|
"auth-client-required": [
|
|
|
|
"cephx",
|
|
|
|
"none"
|
|
|
|
],
|
|
|
|
"key-secret": "node-a-s-secalias",
|
2018-05-14 11:54:12 +00:00
|
|
|
"node-name": "node-a-s",
|
|
|
|
"read-only": false,
|
|
|
|
"discard": "unmap"
|
|
|
|
}
|
2018-03-19 11:51:20 +00:00
|
|
|
{
|
|
|
|
"node-name": "node-b-f",
|
|
|
|
"read-only": true,
|
|
|
|
"driver": "qcow2",
|
|
|
|
"encrypt": {
|
2018-05-22 13:03:02 +00:00
|
|
|
"format": "luks",
|
2018-03-19 11:51:20 +00:00
|
|
|
"key-secret": "node-b-f-encalias"
|
|
|
|
},
|
2018-05-14 11:54:12 +00:00
|
|
|
"file": "node-b-s",
|
2018-03-19 11:51:20 +00:00
|
|
|
"backing": null
|
|
|
|
}
|
2018-05-14 11:54:12 +00:00
|
|
|
{
|
|
|
|
"driver": "iscsi",
|
|
|
|
"portal": "example.org:3260",
|
|
|
|
"target": "iqn.2016-09.com.example:iscsitarget",
|
|
|
|
"lun": 1,
|
|
|
|
"transport": "tcp",
|
|
|
|
"user": "testuser-iscsi",
|
|
|
|
"password-secret": "node-b-s-secalias",
|
|
|
|
"node-name": "node-b-s",
|
|
|
|
"read-only": true,
|
|
|
|
"discard": "unmap"
|
|
|
|
}
|