small fix

This commit is contained in:
Michel Peterson 2025-03-23 11:32:32 +02:00
parent 1d7f8eb865
commit 0d8ec13f3c
1 changed files with 1 additions and 1 deletions

View File

@ -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}"`
];