fix some issues
This commit is contained in:
@@ -1,27 +1,29 @@
|
||||
{
|
||||
"storages":[
|
||||
"storages": [
|
||||
{
|
||||
"deviceID":1000,
|
||||
"path":"file:/var/tmp/disk.img",
|
||||
"online":true,
|
||||
"thinProvisioning":false,
|
||||
"blockShift": 9,
|
||||
"deviceID": 1000,
|
||||
"path": "file:/var/tmp/disk.img",
|
||||
"online": true,
|
||||
"thinProvisioning": false,
|
||||
"blockShift": 9
|
||||
}
|
||||
],
|
||||
"iscsiportals":[
|
||||
"iscsiportals": [
|
||||
{
|
||||
"id":0,
|
||||
"portal":"127.0.0.1:3260"
|
||||
"id": 0,
|
||||
"portal": "127.0.0.1:3260"
|
||||
}
|
||||
],
|
||||
"iscsitargets":{
|
||||
"iqn.2016-09.com.gotgt.gostor:02:example-tgt-0":{
|
||||
"tpgts":{
|
||||
"1":[0]
|
||||
"iscsitargets": {
|
||||
"iqn.2016-09.com.gotgt.gostor:02:example-tgt-0": {
|
||||
"tpgts": {
|
||||
"1": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"luns":{
|
||||
"0":1000
|
||||
"luns": {
|
||||
"0": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user