mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 22:39:56 +00:00
23 lines
331 B
JSON
23 lines
331 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": "iscsitarget",
|
||
|
"lun": 1,
|
||
|
"transport": "tcp"
|
||
|
}
|