Skip to content

Commit

Permalink
Updates as per suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
BabaYaga1221 committed Jul 14, 2023
1 parent 55462a5 commit 10b59a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/linux/qm-disk-resize.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# qm disk resize

> Resize a virtual machine (VM) in the Proxmox Virtual Environment (PVE).
> Resize a virtual machine disk in the Proxmox Virtual Environment (PVE).
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Resize a virtual machine by id:
- Add `n` gigabytes to a virtual disk:

`qm disk resize {{vm_id}} {{disk_name}} +{{resize_value}}G`
`qm disk resize {{vm_id}} {{disk_name}} +{{n}}G`

0 comments on commit 10b59a9

Please sign in to comment.