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
不知道你这个问题是否已经解决, 如果还没有解决的话: