Skip to content

Commit

Permalink
Merge pull request #234 from liulanzheng/main
Browse files Browse the repository at this point in the history
CI: update overlaybd version to v.1.0.2
  • Loading branch information
liulanzheng authored Oct 13, 2023
2 parents bd4addd + b45bce7 commit b27eef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
echo "[ init env ]"
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
sudo modprobe -a target_core_user tcm_loop
wget https://github.com/containerd/overlaybd/releases/download/v0.6.10/overlaybd-0.6.10-0ubuntu1.22.04.x86_64.deb &&
sudo dpkg -i overlaybd-0.6.10-0ubuntu1.22.04.x86_64.deb
wget https://github.com/containerd/overlaybd/releases/download/v1.0.2/overlaybd-1.0.2-0ubuntu1.22.04.x86_64.deb &&
sudo dpkg -i overlaybd-1.0.2-0ubuntu1.22.04.x86_64.deb
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
sudo systemctl start overlaybd-tcmu
sudo systemctl status overlaybd-tcmu
Expand Down

0 comments on commit b27eef0

Please sign in to comment.