卷创建失败

卷创建失败

我想在我的 openstack pike 环境中从大小为 1TB 的映像启动一个实例,该环境使用 cinder 和 ceph 作为存储后端。该实例的卷创建过程失败,并显示以下消息: logs schedule allocate volume:Could not find any available weighted backend.

当我查看 Cinder 日志时,发现了以下消息:

...raise exc.from_response(resp, resp.content)\n', 'glanceclient.exc.HTTPUnauthorized: HTTP 401 Unauthorized: This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required... 

几行之后,我看到了这一点:
...cinder.exception.ImageNotAuthorized: Not authorized for image...

但是,我可以成功创建任何具有较小图像尺寸的实例。

首先,我怀疑是 keystone 中的 token 过期了,因为卷创建需要 4-5 个小时。我将其过期时间延长到 48 小时,但仍然失败。

Glance 本身是否可能具有一些令牌过期时间,或者它应该是从 keystone 开始全局的?

相关内容