1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
virsh dumpxml centos731 >
/etc/libvirt/qemu/centos734
.xml
virsh destroy centos731
virsh undefine centos731
Domain centos731 has been undefined
vim
/etc/libvirt/qemu/centos734
.xml
virsh define
/etc/libvirt/qemu/centos734
.xml
virsh list --all
Id Name State
----------------------------------------------------
5 centos73 running
8 centos733 running
- centos732 shut off
- centos734 shut off
virsh start centos734 --console
|
本文转自 喵来个鱼 51CTO博客,原文链接:http://blog.51cto.com/m51cto/1958514,如需转载请自行联系原作者