Sysadmin/Add resources to a VM: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{{Note/important|This is a work in progress}}
{{Note/important|This is a work in progress}}
=== Hot-adding a virtio volume to a running VM ===
virsh vol-create-as housetree jita-srv 20G
virsh attach-disk  jita /dev/housetree/jita-srv vdb


=== Adding memory to a VM ===
=== Adding memory to a VM ===
Line 18: Line 22:


  sudo virsh start "name_of_vm"
  sudo virsh start "name_of_vm"
=== Hot-adding a virtio volume to a running VM ====
virsh vol-create-as housetree jita-srv 20G
virsh attach-disk  jita /dev/housetree/jita-srv vdb


=== Extending the disk file of a VM ===
=== Extending the disk file of a VM ===