Add a disk with libvirt

0 minute read
1virsh attach-disk [vm ID] \
2  --source /path/to/disk.qcow2 \
3  --target vd[x] \
4  --persistent \
5  --subdriver qcow2