Compare commits

..

1 Commits

Author SHA1 Message Date
Michel Peterson d14b02f1ad
Merge 5868b224bd into 73af26298c 2025-04-06 12:58:08 -06:00
2 changed files with 1 additions and 1 deletions

0
hack/build_push.sh Executable file → Normal file
View File

View File

@ -303,7 +303,7 @@ create /backstores/block/${assetName}
let extraTerms = ['group', `${pcs_group}`, '--wait']; // The wait is important to avoid race conditions
let createTargetTerms = [
'resource', 'create', '--future', '--force', `target-${assetName}`, 'ocf:heartbeat:iSCSITarget',
'resource', 'create', '--future', `target-${assetName}`, 'ocf:heartbeat:iSCSITarget',
'implementation="lio-t"', 'portals=":::3260"', `iqn="${basename}:${assetName}"`
];