mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
23 lines
355 B
JSON
23 lines
355 B
JSON
|
{
|
||
|
"driver": "rbd",
|
||
|
"pool": "rbdpool",
|
||
|
"image": "rbdimg",
|
||
|
"server": [
|
||
|
{
|
||
|
"host": "host1.example.com",
|
||
|
"port": "0"
|
||
|
},
|
||
|
{
|
||
|
"host": "host2.example.com",
|
||
|
"port": "0"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
{
|
||
|
"driver": "iscsi",
|
||
|
"portal": "example.org:3260",
|
||
|
"target": "iqn.2016-09.com.example:iscsitarget",
|
||
|
"lun": 1,
|
||
|
"transport": "tcp"
|
||
|
}
|