mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 23:41:44 +00:00
14 lines
340 B
Plaintext
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`
|