mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
379 B
Plaintext
14 lines
379 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#cli_qm_disk_resize>.
|
|
|
|
- Add `n` gigabytes to a virtual disk:
|
|
|
|
`qm {{[di|disk]}} {{[resi|resize]}} {{vm_id}} {{disk_name}} +{{n}}G`
|