Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle non-root disks in infrastructure.libvirt.domains #222

Open
tacerus opened this issue Dec 7, 2024 · 0 comments
Open

Handle non-root disks in infrastructure.libvirt.domains #222

tacerus opened this issue Dec 7, 2024 · 0 comments
Labels
infrastructure-formula Everything related to the infrastructure formula

Comments

@tacerus
Copy link
Member

tacerus commented Dec 7, 2024

Allocate qcow2 images for disks other than root. Non existing disks can be created using qemu-img create, which is slightly different than the cp used for root disks. But existing disks can be resized using the same logic as already present for root disks. Hence maybe adjusting the logic to iterate over all disks, and simply conditionalizing the creation for root would be easiest.

@tacerus tacerus added the infrastructure-formula Everything related to the infrastructure formula label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure-formula Everything related to the infrastructure formula
Projects
None yet
Development

No branches or pull requests

1 participant