Machine/bender: Difference between revisions
| Line 53: | Line 53: | ||
Virtual machines are KVM guests managed with libvirt. | Virtual machines are KVM guests managed with libvirt. | ||
=== Storage | === Storage === | ||
All virtual disks come from a pool backed by the main LVM VG: | All virtual disks come from a pool backed by the main LVM VG: | ||
| Line 98: | Line 98: | ||
virsh # vol-delete testvm-root --pool nvme-pool | virsh # vol-delete testvm-root --pool nvme-pool | ||
Vol testvm-root deleted | Vol testvm-root deleted | ||
Please avoid allocating large VM volumes as image file within the host's root filesystem: they're slow and hard to manage. It's ok to use images for test VMs. | |||