Cloud hypervisor block support and documentation updates#786
Merged
Conversation
✅ Deploy Preview for urunc ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
62ead76 to
d105370
Compare
4a156e3 to
54ced4b
Compare
Contributor
Author
|
For urunc-deploy testing the workflow was triggered manually (See https://github.com/urunc-dev/urunc/actions/runs/28240273590/job/83665546354) and then the image created was used over a k3s installation. The cloud-hypervisor binary was correctly installed and the urunc configuration included a section for cloud-hypervisor. At last, the |
ananos
approved these changes
Jun 26, 2026
Update all the pages in the docs for the cloud-hypervisor support. Previosuly we only had references for cloud-hypervisor in the "VMM/Sandbox" page. This commit updates all other pages where cloud-hypervisor needs to be mentioned. Furthermore, we add the existing built images for cloud-hypervisor in Sample images. PR: #786 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
Add support for bloc-based rootfs of Linux guests over cloud-hypervisor. The support was missing because we simply had to update the respective function in the linux.go file. PR: #786 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
Update all necessary files to also install and configure cloud-hypervisor when using urunc-deploy. PR: #786 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
54ced4b to
4e94e4b
Compare
urunc-bot Bot
pushed a commit
that referenced
this pull request
Jun 26, 2026
Update all the pages in the docs for the cloud-hypervisor support. Previosuly we only had references for cloud-hypervisor in the "VMM/Sandbox" page. This commit updates all other pages where cloud-hypervisor needs to be mentioned. Furthermore, we add the existing built images for cloud-hypervisor in Sample images. PR: #786 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
urunc-bot Bot
pushed a commit
that referenced
this pull request
Jun 26, 2026
Add support for bloc-based rootfs of Linux guests over cloud-hypervisor. The support was missing because we simply had to update the respective function in the linux.go file. PR: #786 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add support for block-based rootfs of Linux based workloads on top of cloud-hypervisor. Furthermore, update the documentation to explicitly mention the support for cloud-hypervisor and provide the necessary information about it in all the necessary pages.
Previously, only the "VMM/Sandbox" support page was mentioning about cloud-hypervisor.
Related issues
How was this tested?
harbor.nbfc.io/nubificus/urunc/nginx-cloud-hypervisor-linux-raw:latestwith devmapper as a snapshotterLLM usage
N/A
Checklist
make lint).make test_ctr,make test_nerdctl,make test_docker,make test_crictl).