zoukankan      html  css  js  c++  java
  • 部署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%
     
    增加容量后恢复。
  • 相关阅读:
    教你修改Linux下高并发socket最大连接数所受的各种限制
    nginx浏览pdf
    Spring3 M2 quartz-2.1.7 解决bean不能注入问题
    DCSync
    Linux下python2.7安装pip
    ._cache_问题
    php-mvc概念
    php第十天-面向对象命名空间
    php第九天-session/cookice会话控制
    fastadmin V1.0.0.20200506_beta 漏洞复现
  • 原文地址:https://www.cnblogs.com/horizonli/p/5172144.html
Copyright © 2011-2022 走看看