码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-01-30 22:46:47      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

使用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

标签:

原文地址:http://www.cnblogs.com/horizonli/p/5172144.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!