部署OpenStack问题汇总--Failed to add image

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了部署OpenStack问题汇总--Failed to add image相关的知识,希望对你有一定的参考价值。

使用glance add 上传完img文件的时候出现了下面的错误
----------------------------------------------------------------------- 下面为遇到的问题---------------------------------------------------
Failed to add image. Got error:
The request returned a 413 Request Entity Too Large. This generally means that rate limiting or a quota threshold was breached.
 
The response body:
%(body)s
Note: Your image metadata may still be in the registry, but the image‘s status will likely be ‘killed‘.
=====================================================================================================[100%] 58.5M/s, ETA  0h  0m  0s
 
-------------------------------------------------------------------- 上面为遇到的问题----------------------------------------------------------------
 
通过查看/var/log/glance/api.log
2014-01-08 13:39:06 1250    ERROR [glance.api.v1.images] Image storage media is full: 镜像存储介质没有足够的磁盘空间。
2014-01-08 14:18:07 1250    ERROR [glance.api.v1.images] Image storage media is full: 镜像存储介质没有足够的磁盘空间。
 
在用df -h  查看磁盘容量
/dev/sda4        11G  9.7G  908K 100% /      #已经达到了100%
 
增加容量后恢复。

以上是关于部署OpenStack问题汇总--Failed to add image的主要内容,如果未能解决你的问题,请参考以下文章

部署OpenStack问题汇总--使用packstack安装openstack:源问题的处理

部署OpenStack问题汇总--openstack中删除虚拟主机,状态一直未deleting

部署OpenStack问题汇总--openstack中nova-compute状态status显示为'XXX'的问题

部署OpenStack问题汇总--解决apache启动错误"httpd:Could not reliably determine..."

OpenStack--T版部署(内容较多,需要细品(❁´◡`❁))!

OpenStack--T版部署(内容较多,需要细品(❁´◡`❁))!