virsh-*: add Korean translation (#11128)

This commit is contained in:
HoJeong Im
2023-10-22 04:41:14 +09:00
committed by GitHub
parent 6a614f8f87
commit 0ed30a6711
15 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# virsh-domblklist
> 가상 머신과 연결된 블록 장치에 대한 정보 나열.
> 같이 보기: `virsh`.
> 더 많은 정보: <https://manned.org/virsh>.
- 블록 장치의 대상 이름 및 소스 경로 나열:
`virsh domblklist --domain {{가상머신_이름}}`
- 디스크 유형, 장치 값, 대상 이름 및 소스 경로 나열:
`virsh domblklist --domain {{가상머신_이름}} --details`