#虚拟机关机
#拷贝虚拟机到新的计算节点
[root@computer01 ~]# scp -r e866c977-eb01-460e-bf12-5208d54600f5/ 192.168.176.64:/var/lib/nova/instances/
#修改文件属性
[root@computer02 ~]# chown -R nova.nova e866c977-eb01-460e-bf12-5208d54600f5/
#更新数据库
[root@node1 ~]#
use nova;
update instances set host='computer02', node='computer02', launched_on='computer02' where uuid='c47aea85-6a9b-4d94-b1fd-aac2268c9913';
#启动虚拟机