Skip to content
Snippets Groups Projects
Commit 19e80d08 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update cinder docs with some lvm info"

parents 889fc2d8 159feffa
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,9 @@ a real physical volume or a loopback mounted file for development. ...@@ -30,8 +30,9 @@ a real physical volume or a loopback mounted file for development.
Create a Volume Group Create a Volume Group
===================== =====================
Use ``pvcreate`` and ``vgcreate`` to create the volume group. For example When using the ``lvm`` backend, a volume group will need to be created on each
with the devices ``/dev/sdb`` and ``/dev/sdc``: storage node. Use ``pvcreate`` and ``vgcreate`` to create the volume group. For
example with the devices ``/dev/sdb`` and ``/dev/sdc``:
:: ::
...@@ -50,6 +51,12 @@ system. :: ...@@ -50,6 +51,12 @@ system. ::
pvcreate /dev/loop2 pvcreate /dev/loop2
vgcreate cinder-volumes /dev/loop2 vgcreate cinder-volumes /dev/loop2
Enable the ``lvm`` backend in ``/etc/kolla/globals.yml``:
::
enable_cinder_backend_lvm: "yes"
Validation Validation
========== ==========
......
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