Skip to content

Commit

Permalink
Use public address of GW, also used by client
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
  • Loading branch information
Alexander Indenbaum committed Aug 7, 2023
1 parent 8a90ce9 commit 19a490c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ jobs:
timeout-minutes: 1
run: |
. .env
HOST_PORT=$(make -s port OPTS="--index=1" CMD="nvmeof $NVMEOF_GW_PORT" | tr ":" " ")
echo using port $HOST_PORT
until nc -z $HOST_PORT; do
echo using gateway $NVMEOF_IP_ADDRESS port $NVMEOF_GW_PORT
until nc -z $NVMEOF_IP_ADDRESS $NVMEOF_GW_PORT; do
echo -n .
sleep 1
done
Expand Down

0 comments on commit 19a490c

Please sign in to comment.