Juju 部署的 OpenStack 环境中安装 Ceph 遇到的问题

Juju 部署的 OpenStack 环境中安装 Ceph 遇到的问题

我们在使用 charms 设置 ceph 以用作 cinder 的后端时遇到了问题。我们的环境包括 Ubuntu 14.04(Trusty)上的 OpenStack icehouse。大多数关于 ceph 的文档都表明我们必须使用 cinder 和 ceph charms。但是 14.04 发行说明提到使用 cinder-ceph 从属 charms。使用这种方法,我们无法让 cinder 使用 ceph 后端。我想知道您是否有任何关于如何使用 charms 设置 cinder 和 ceph 的指示?

谢谢你,尼克

答案1

部署 cinder、cinder-ceph 和 ceph charms:

juju deploy cinder
juju deploy cinder-ceph
juju deploy ceph

将 cinder 与 cinder-ceph 关联,将 cinder-ceph 与 ceph 关联:

juju add-relation cinder-ceph cinder
juju add-relation cinder-ceph ceph

相关内容