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,16 @@
# virsh-undefine
> 删除虚拟机。
> 更多信息:<https://manned.org/virsh>。
- 仅删除虚拟机配置文件:
`virsh undefine --domain {{vm_name}}`
- 删除配置文件及所有关联的存储卷:
`virsh undefine --domain {{vm_name}} --remove-all-storage`
- 使用目标名称或源名称(通过 `virsh domblklist` 命令获得)删除配置文件和指定的存储卷:
`virsh undefine --domain {{vm_name}} --storage {{sda,path/to/source}}`