29 lines
452 B
JSON
29 lines
452 B
JSON
{
|
|
"storages": [
|
|
{
|
|
"deviceID": 1000,
|
|
"path": "file:/var/tmp/disk.img",
|
|
"online": true,
|
|
"thinProvisioning": false,
|
|
"blockShift": 9
|
|
}
|
|
],
|
|
"iscsiportals": [
|
|
{
|
|
"id": 0,
|
|
"portal": "127.0.0.1:3260"
|
|
}
|
|
],
|
|
"iscsitargets": {
|
|
"iqn.2016-09.com.gotgt.gostor:02:example-tgt-0": {
|
|
"tpgts": {
|
|
"1": [
|
|
0
|
|
]
|
|
},
|
|
"luns": {
|
|
"0": 1000
|
|
}
|
|
}
|
|
}
|
|
} |