Skip to content
Snippets Groups Projects
Commit 7a8e41e7 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix the storage group missing for external ceph"

parents 1c8d94b8 42d89e5c
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,19 @@ service in ``/etc/kolla/globals.yml``: ...@@ -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
========================= =========================
......
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