1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:15:28 +02:00

qm-stop: add Spanish translation (#15152)

This commit is contained in:
Igor Támara 2024-12-14 12:54:27 -05:00 committed by GitHub
parent 00811cca35
commit 324de696ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages.es/linux/qm-stop.md Normal file
View file

@ -0,0 +1,20 @@
# qm stop
> Detiene una máquina virtual.
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Detiene una máquina virtual inmediatamente:
`qm stop {{VM_ID}}`
- Detiene una máquina virtual y espera por lo menos 10 segundos:
`qm stop --timeout {{10}} {{VM_ID}}`
- Detiene una máquina virtual y omite cualquier bloqueo (solo el root puede usar esta opción):
`qm stop --skiplock {{true}} {{VM_ID}}`
- Detiene una máquina virtual y no desactive los volúmenes de almacenamiento:
`qm stop --keepActive {{true}} {{VM_ID}}`