Files
cheatsheet-tldr/tldr/linux/qm-disk-resize

14 lines
340 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# qm disk resize
> Resize a virtual machine disk in the Proxmox Virtual Environment (PVE).
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Add `n` gigabytes to a virtual disk:
`qm disk resize {{vm_id}} {{disk_name}} +{{n}}G`