Line 75: |
Line 75: |
| Allocation: 250.00 GiB | | Allocation: 250.00 GiB |
| Available: 1.40 TiB | | Available: 1.40 TiB |
| + | |
| + | Disks assigned to VMs will appear here: |
| + | |
| + | virsh # vol-list nvme-pool |
| + | Name Path |
| + | ----------------------------------------- |
| + | aslo1-root /dev/nvme-pool/aslo1-root |
| + | aslo1-srv /dev/nvme-pool/aslo1-srv |
| + | backup /dev/nvme-pool/backup |
| + | |
| + | Disks can be created, listed and deleted using the vol-* commands: |
| + | |
| + | virsh # vol-create-as nvme-pool testvm-root 20G |
| + | Vol testvm-root created |
| + | |
| + | virsh # vol-info testvm-root --pool nvme-pool |
| + | Name: testvm-root |
| + | Type: block |
| + | Capacity: 20.00 GiB |
| + | Allocation: 20.00 GiB |
| + | |
| + | virsh # vol-delete testvm-root --pool nvme-pool |
| + | Vol testvm-root deleted |