add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 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 {{pool_name}} --type {{dir}} --target {{/var/vms}}`