摘要:
现象:挂载了Cinder Volume的实例无法动态迁移[root@node-5 nova]# tail -f compute.log2016-01-13 16:36:12.870 18762 ERROR nova.virt.libvirt.driver [-] [instance: 9d3e466... 阅读全文
摘要:
首先先使用“nova delete”命令删除所有实例,释放磁盘空间。停止nova服务:service libvirtd stopservice openstack-nova-compute stop清空目录:rm -rf /var/lib/nova/instances/*挂载NFS:mount 16... 阅读全文
摘要:
首先先使用“cinder delete”命令删除所有实例,释放磁盘空间。停止cinder服务:service openstack-cinder-api stopservice openstack-cinder-scheduler stopservice openstack-cinder-volume... 阅读全文