CCI-MOC / lsvd-rbd

Log Structured Virtual Disk
GNU General Public License v2.0
8 stars 5 forks source link

Automate container build and enable RBD on SPDK #38

Closed knikolla closed 4 months ago

knikolla commented 4 months ago

Closes #34

This PR automates the process of building and publishing a container with a build of SPDK and LSVD on the GitHub container registry every time a PR is merged or a release is cut.

Additionally it enables RBD on the compiled SPDK since we want to offer it as an option of storage.

A sample docker-compose.yaml is also included for debugging purposes.