mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00
351 B
351 B
qm disk move
Mueve un disco virtual de un almacenamiento a otro dentro del mismo grupo Proxmox. Más información: https://pve.proxmox.com/pve-docs/qm.1.html.
- Mueve un disco virtual:
qm disk move {{vm_id}} {{destino}} {{índice}}
- Elimina la copia anterior del disco virtual:
qm disk move -delete {{vm_id}} {{destino}} {{índice}}