small fix
This commit is contained in:
parent
1d7f8eb865
commit
0d8ec13f3c
|
|
@ -331,7 +331,7 @@ create /backstores/block/${assetName}
|
|||
|
||||
let createLunTerms = [
|
||||
'resource', 'create', '--future', `lun-${assetName}`, 'iSCSILogicalUnit',
|
||||
'implementation="lio-t"', `target_iqn="${basename}:${assetName}" lun="1"`,
|
||||
'implementation="lio-t"', `target_iqn="${basename}:${assetName}"`, 'lun="1"',
|
||||
`path="/dev/${extentDiskName}"`
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue