Linux KVM在线迁移实战
构建NFS共享存储
mkdir -p /var/lib/nfs-data/imagesyum install nfs-utils nfs-utils-libsystemctl enable rpcbind
systemctl enable nfs-server
systemctl enable nfs-lock
systemctl enable nfs-idmapsystemctl start rpcbind
systemctl start nfs-server
systemctl start nfs-lock
systemctl start nfs-idmapNFS客户端挂载
配置libvirt的VM存储池
KVM热迁移
参考
Last updated