mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 20:51:06 +00:00
Update cheatsheets
This commit is contained in:
13
linux/qm-disk-resize
Normal file
13
linux/qm-disk-resize
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user