在devstack中,默认的glance后端存储是放在swift中的.
[glance_store]
stores = file, http, swift
default_swift_reference = ref1
swift_store_config_file = /etc/glance/glance-swift-store.conf
swift_store_create_container_on_put = True
default_store = swift
filesystem_store_datadir = /opt/stack/data/glance/images/在创建镜像时,会报错,命令行会提示:
502 Bad Gateway: Bad Gateway: The proxy server received an invalid: response from an upstream server.: Apache/2.4.18 (Ubuntu) Server at 10.12.32.44 Port 80 (HTTP 502)
查看日志:
Jan 11 19:41:18 localhost account-server: ERROR __call__ error with PUT /sdb1/418/AUTH_070816cc2bc64f67a3df77039136ea5c : #012Traceback (most recent call last):#012 File "/opt/stack/swift/swift/account/server.py", line 268, in __call__#012 res = getattr(self, req.method)(req)#012 File "/opt/stack/swift/swift/common/utils.py", line 1658, in _timing_stats#012 resp = func(ctrl, *args,

在使用devstack时遇到glance创建镜像失败,错误显示为502 Bad Gateway。这通常是由于后端Swift服务响应异常导致。检查Apache服务器日志以定位具体问题。
最低0.47元/天 解锁文章
1945

被折叠的 条评论
为什么被折叠?



