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:
parent
00811cca35
commit
324de696ad
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/qm-stop.md
Normal file
20
pages.es/linux/qm-stop.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue