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,9 @@
# virsh pool-define-as
> 제공된 인수를 사용하여 영구 가상 머신 스토리지 풀에 대한 `/etc/libvirt/storage`에 구성 파일을 생성합니다.
> 같이 보기: `virsh`, `virsh-pool-build`, `virsh-pool-start`.
> 더 많은 정보: <https://manned.org/virsh>.
- 기본 스토리지 시스템으로 `/var/vms`를 사용하여 pool_name이라는 스토리지 풀에 대한 구성 파일을 생성:
`virsh pool-define-as --name {{풀_이름}} --type {{dir}} --target {{/var/vms}}`