Skip to content

Commit f4ed08a

Browse files
committed
ci/functional: switch LIO target instead of tgt
tgt has been broken for some time in the upstream CI and we were told by Cinder devs to use lioadm for the helper. Let's switch to it for more stable jobs.
1 parent 9a8b0de commit f4ed08a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |
45-
CINDER_ISCSI_HELPER=tgtadm
45+
CINDER_ISCSI_HELPER=lioadm
4646
enabled_services: 's-account,s-container,s-object,s-proxy,c-bak'
4747
- name: Checkout go
4848
uses: actions/setup-go@v4

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |
45-
CINDER_ISCSI_HELPER=tgtadm
45+
CINDER_ISCSI_HELPER=lioadm
4646
- name: Checkout go
4747
uses: actions/setup-go@v4
4848
with:

0 commit comments

Comments
 (0)