首页 > 其他 > 详细

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

时间:2016-01-30 22:43:53      阅读:388      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!