摘要:
KVM虚机相关命令:开机:virsh start test1 关机:virsh shutdown test1 强制关机:virsh destroy test1 重新启动:virsh reboot test1 通过配置文档启动主机:virsh create /etc/libvirt/qemu/test 阅读全文
摘要:
KVM存储池相关命令:定义存储池:virsh pool-define-as kvm_p_w_picpaths dir "/kvm/p_w_picpaths" 查看存储池:virsh pool-list --all 建立基于文件夹的存储池:virsh pool-build kvm_p_w_picpat 阅读全文