Config typo in external Ceph guide
The documentation for integration with external Ceph refers to enable_manila_backend_ceph_native where it should be enable_manila_backend_cephfs_native. Change-Id: If727166e61a8e911445630dc6d6adaa2126fa7e8
This commit is contained in:
parent
a7a28f65b5
commit
bb9f24e534
@ -39,7 +39,7 @@ service in ``/etc/kolla/globals.yml``:
|
|||||||
cinder_backend_ceph: "yes"
|
cinder_backend_ceph: "yes"
|
||||||
nova_backend_ceph: "yes"
|
nova_backend_ceph: "yes"
|
||||||
gnocchi_backend_storage: "ceph"
|
gnocchi_backend_storage: "ceph"
|
||||||
enable_manila_backend_ceph_native: "yes"
|
enable_manila_backend_cephfs_native: "yes"
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
@ -281,12 +281,12 @@ Manila
|
|||||||
|
|
||||||
Configuring Manila for Ceph includes four steps:
|
Configuring Manila for Ceph includes four steps:
|
||||||
|
|
||||||
#. Configure CephFS backend, setting ``enable_manila_backend_ceph_native``
|
#. Configure CephFS backend, setting ``enable_manila_backend_cephfs_native``
|
||||||
#. Create Ceph configuration file in ``/etc/ceph/ceph.conf``
|
#. Create Ceph configuration file in ``/etc/ceph/ceph.conf``
|
||||||
#. Create Ceph keyring file in ``/etc/ceph/ceph.client.<username>.keyring``
|
#. Create Ceph keyring file in ``/etc/ceph/ceph.client.<username>.keyring``
|
||||||
#. Setup Manila in the usual way
|
#. Setup Manila in the usual way
|
||||||
|
|
||||||
Step 1 is done by using setting ``enable_manila_backend_ceph_native=true``
|
Step 1 is done by using setting ``enable_manila_backend_cephfs_native=true``
|
||||||
|
|
||||||
Now put ceph.conf and the keyring file (name depends on the username created
|
Now put ceph.conf and the keyring file (name depends on the username created
|
||||||
in Ceph) into the same directory, for example:
|
in Ceph) into the same directory, for example:
|
||||||
|
Loading…
Reference in New Issue
Block a user