Merge "Fix the storage group missing for external ceph"

This commit is contained in:
Zuul 2018-01-22 09:43:14 +00:00 committed by Gerrit Code Review
commit 7a8e41e78a

View File

@ -42,6 +42,19 @@ service in ``/etc/kolla/globals.yml``:
The combination of ``enable_ceph: "no"`` and ``<service>_backend_ceph: "yes"`` The combination of ``enable_ceph: "no"`` and ``<service>_backend_ceph: "yes"``
triggers the activation of external ceph mechanism in Kolla. 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 Configuring External Ceph
========================= =========================