qm*: add Korean translation (#14194)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-10-14 18:40:36 +09:00
committed by GitHub
parent dc84b89bcb
commit e306e38e14
46 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# qm disk move
> Proxmox 클러스터 내에서 가상 디스크를 한 스토리지에서 다른 스토리지로 이동.
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- 가상 디스크 이동:
`qm disk move {{가상_머신_ID}} {{대상}} {{색인}}`
- 이전 가상 디스크 복사본 삭제:
`qm disk move -delete {{가상_머신_ID}} {{대상}} {{색인}}`