Skip to content
Snippets Groups Projects
Commit 42d89e5c authored by caoyuan's avatar caoyuan
Browse files

Fix the storage group missing for external ceph

Using external Ceph with Kolla means there is no storage node for
kolla, but cinder-volume must be run on nodes(it can be controller
nodes or compute nodes), and the external-ceph-guide miss storage node,
this patch to fix it.

Closes-Bug: #1740028
Change-Id: I6cfb86c5c0d7b30291bd9f263fb030e4703d9602
parent aa224bfd
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,19 @@ service in ``/etc/kolla/globals.yml``:
The combination of ``enable_ceph: "no"`` and ``<service>_backend_ceph: "yes"``
triggers the activation of external ceph mechanism in Kolla.
Edit the Inventory File
=======================
When using external Ceph, there may be no nodes defined in the storage group.
This will cause Cinder and related services relying on this group to fail.
In this case, operator should add some nodes to the storage group, all the
nodes where cinder-volume and cinder-backup will run:
::
[storage]
compute01
Configuring External Ceph
=========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment