Skip to content

Commit

Permalink
Do not call SPDK for namespace details in namespace commands.
Browse files Browse the repository at this point in the history
Fixes ceph#449

Signed-off-by: Gil Bregman <[email protected]>
  • Loading branch information
gbregman committed Aug 5, 2024
1 parent 887c784 commit f24545f
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 174 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ jobs:

- name: Load container images
run: |
if ! docker-compose --version 2>&1 > /dev/null ; then
sudo apt update
sudo apt install -y docker-compose
fi
docker load < nvmeof.tar
docker load < nvmeof-cli.tar
docker load < ceph.tar
Expand All @@ -377,10 +381,6 @@ jobs:
- name: Start discovery controller
if: matrix.integration == 'container'
run: |
if ! docker-compose --version 2>&1 > /dev/null ; then
sudo apt update
sudo apt install -y docker-compose
fi
docker-compose --version
docker-compose up --detach discovery
Expand Down
Loading

0 comments on commit f24545f

Please sign in to comment.