Compare commits

..

3 Commits

Author SHA1 Message Date
Michel Peterson 460c07f650
Merge 0d928774ce into 73af26298c 2025-05-01 12:09:30 +00:00
Michel Peterson 0d928774ce make build_push.sh executable 2025-05-01 15:09:19 +03:00
Michel Peterson 853bf29167 add force to target creation to allow multiple non-unique usernames 2025-05-01 10:09:02 +00:00
2 changed files with 1 additions and 1 deletions

0
hack/build_push.sh Normal file → Executable 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', `target-${assetName}`, 'ocf:heartbeat:iSCSITarget',
'resource', 'create', '--future', '--force', `target-${assetName}`, 'ocf:heartbeat:iSCSITarget',
'implementation="lio-t"', 'portals=":::3260"', `iqn="${basename}:${assetName}"`
];