qm-disk-resize: add page; qm-resize: add alias page (#10496)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
farhan khan 2023-07-14 22:45:35 +05:30 committed by GitHub
parent af571728d3
commit f55f1a6a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 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`

8
pages/linux/qm-resize.md Normal file
View File

@ -0,0 +1,8 @@
# qm resize
> This command is an alias of `qm-disk-resize`.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- View documentation for the original command:
`tldr qm-disk-resize`