summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install/cinder-storage-install-ubuntu.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/install/cinder-storage-install-ubuntu.rst b/doc/source/install/cinder-storage-install-ubuntu.rst
index 2f2a3bba5..a4d497349 100644
--- a/doc/source/install/cinder-storage-install-ubuntu.rst
+++ b/doc/source/install/cinder-storage-install-ubuntu.rst
@@ -249,6 +249,20 @@ Install and configure components
.. end
+#. Create the ``/etc/tgt/conf.d/cinder.conf`` file
+ with the following data:
+
+ .. note::
+
+ Perform this step only when using tgt target.
+
+ .. code-block:: shell
+
+ include /var/lib/cinder/volumes/*
+
+ .. end
+
+
Finalize installation
---------------------