2020-03-23 11:35:32 +00:00
|
|
|
(
|
|
|
|
source only properties:
|
|
|
|
{
|
|
|
|
"driver": "rbd",
|
|
|
|
"pool": "rbdpool",
|
|
|
|
"image": "rbdimg",
|
|
|
|
"server": [
|
|
|
|
{
|
|
|
|
"host": "host1.example.com",
|
|
|
|
"port": "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"host": "host2.example.com",
|
|
|
|
"port": "0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
backing store string:
|
2020-03-23 15:09:31 +00:00
|
|
|
json:{"file":{
|
2020-03-23 11:35:32 +00:00
|
|
|
"driver": "rbd",
|
|
|
|
"pool": "rbdpool",
|
|
|
|
"image": "rbdimg",
|
|
|
|
"server": [
|
|
|
|
{
|
|
|
|
"host": "host1.example.com",
|
|
|
|
"port": "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"host": "host2.example.com",
|
|
|
|
"port": "0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-03-23 15:09:31 +00:00
|
|
|
}
|
2020-03-23 11:35:32 +00:00
|
|
|
)
|
|
|
|
(
|
|
|
|
source only properties:
|
|
|
|
{
|
|
|
|
"driver": "iscsi",
|
|
|
|
"portal": "example.org:3260",
|
|
|
|
"target": "iscsitarget",
|
|
|
|
"lun": 1,
|
|
|
|
"transport": "tcp"
|
|
|
|
}
|
|
|
|
backing store string:
|
|
|
|
iscsi://example.org:3260/iscsitarget/1
|
|
|
|
)
|