简体   繁体   English

cf ic在bluemix中创建卷错误

[英]cf ic create volume error in bluemix

I need an advice for a trouble with "cf ic create volume" in bluemix for a days. 我需要几天的时间来解决Bluemix中 “ cf ic create volume”的问题 I want to know the cause of the failure, whether bluemix's issue or issues in my setup procedure. 我想知道失败的原因,无论是bluemix的问题还是我的设置过程中的问题。

The command and response in the Docker Quickstart Terminal on Windows Server 2012R2: Windows Server 2012R2的Docker快速入门终端中的命令和响应:

     $ cf ic create volume testvol

Error response from daemon: 来自守护程序的错误响应:

{
  "incident_id": "1455-1484451778.065-3843854",
  "code": "IC5051E",
  "description": "The image volume could not be retrieved. Verify that the image ID or name is correct.",
  "environment": "prod-dal09",
  "rc": "404",
  "host_id": "177",
  "type": "Infrastructure",
  "name": "ImageNotFound"
}

 FAILED
Command failed

Incident report on bluemix: 关于bluemix的事件报告:

RESOLVED: Issues creating container volumes in US South and United Kingdom regions 已解决:在美国南部和英国地区创建集装箱量的问题

Users are experiencing issues creating new file shares within the IBM Bluemix Container Service. 用户在IBM Bluemix Container Service中创建新文件共享时遇到问题。 Because of this, new volume creation is also affected. 因此,新的卷创建也会受到影响。 The engineering teams are working to restore service. 工程团队正在努力恢复服务。 UPDATE 2017-01-13 22:10 UTC: the issue has been solved. UPDATE 2017-01-13 22:10 UTC:该问题已解决。

Updated:    Jan 14, 2017 12:05 AM UTC+0000
Starts: Jan 9, 2017 6:59 PM UTC+0000
Ends:   Jan 13, 2017 10:10 PM UTC+0000
Category:   IBM Containers
Region(s):  us-south
eu-gb
ID: 296975

My region is us-south. 我的地区在美国南部。 It looks resolved though my command still failed. 尽管我的命令仍然失败,但看起来已解决。

My environment is: 我的环境是:

cf version 6.22.2+a95e24c-2016-10-27
IBM-Containers   0.8.964 ic IBM Containers plug-in
docker version Client: 
 Version:      1.12.5 
 API version:  1.24 
 Go version:   go1.6.4 
 Git commit:   7392c3b 
 Built:        Fri Dec 16 06:14:34 2016 
 OS/Arch:      windows/amd64 
docker version Server: 
 Version:      1.12.6 
 API version:  1.24 
 Go version:   go1.6.4 
 Git commit:   78d1802 
 OS:Windows server 2012R2 on VMWare Workstation 12 Pro

You are typing the wrong command to create the volume. 您输入错误的命令来创建卷。 The correct command to create a volume is: 创建卷的正确命令是:

$ cf ic volume create VOLUME_NAME

cf ic create will try to create a new container and it is expecting that volume is the image name, hence the error you are seeing. cf ic create将尝试创建一个新容器,并且期望该volume是映像名称,因此出现了错误。

You can see complete docs in the link below: 您可以在下面的链接中查看完整的文档:

https://console.ng.bluemix.net/docs/containers/container_cli_cfic.html#container_cli_reference_cfic__d1430e3797 https://console.ng.bluemix.net/docs/containers/container_cli_cfic.html#container_cli_reference_cfic__d1430e3797

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM