OpenStack 扩展镜像和虚拟机实例目录大小

参考:

https://blog.csdn.net/Tomstrong_369/article/details/52574090

https://blog.csdn.net/chinagissoft/article/details/50441301

 

1、镜像默认存放目录:/etc/glance/glance-api.conf

filesystem_store_datadir = /var/lib/glance/images/

glance image-list

openstack image list

2、虚拟机示例存放目录,compute节点/var/lib/nova/instances

bugs:

/目录挂载容量太小,本地磁盘容量不足,创建虚拟机失败

Build of instance did not finish being created even after we waited 201 seconds or 61 attempts. And its status is downloading.].

解决:https://ask.openstack.org/en/question/106115/volumenotcreated-volume-did-not-finish-being-created-even-after-we-waited-197-seconds-or-61-attempts/

 

转载于:https://my.oschina.net/u/3731850/blog/1790385

你可能感兴趣的:(OpenStack 扩展镜像和虚拟机实例目录大小)