brickbox-io / brickbox

🧱📦 | The brickbox.io website contains both the public-facing and customer dashboards.
https://brickbox.io
MIT License
3 stars 1 forks source link

Add file storage pools #426

Open justinmerrell opened 1 year ago

justinmerrell commented 1 year ago

https://www.tomechangosubanana.com/2019/using-virsh-to-add-a-volume-disk-to-an-existing-vm/

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/virtualization_administration_guide/sect-virtualization-storage_pools-creating-local_directories

justinmerrell commented 1 year ago

virsh vol-create-as brick_pool test_disk.qcow2 100G --format qcow2

virsh vol-delete --pool brick_pool test_disk

virsh attach-disk 689 /bricks/test_disk.qcow2 vdc --persistent --subdriver=qcow2