Glance镜像上传失败是什么原因

Glance镜像上传失败是什么原因

输入镜像上传指令

[root@controller ~]# glance image-create --name "centos7.2" --disk-format qcow2 --container-format bare --progress < /opt/iaas/i                           mages/CentOS_7.2_x86_64_XD.qcow2
返回结果如下

WARNING: The client is falling back to v1 because the accessing to v2 failed. This behavior will be removed in future versions
[>                             ] 1%Error finding address for http://controller:9292/v1/images: Unable to establish connection to                            http://controller:9292/v1/images: [Errno 32] Broken pipe
端口状态如下

[root@controller ~]#  netstat -ntulp |grep 9292
tcp        0      0 0.0.0.0:9292            0.0.0.0:*               LISTEN      27726/python2

netstat -ntlp
返回结果端口变9191了
tcp        0      0 0.0.0.0:9191            0.0.0.0:*               LISTEN      27723/python2

求解QWQ

不知道你这个问题是否已经解决, 如果还没有解决的话:
  • 以下回答来自chatgpt: 抱歉,以上参考资料与问题不是很相关,无法解决你提出的问题。请提供更加具体的信息,例如上传Glance镜像时的指令和返回信息,以便我能够更好地帮助你解决问题。

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^