summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortushargite96 <tushargite96@gmail.com>2021-12-08 12:10:29 +0530
committerTushar Gite <tushargite96@gmail.com>2023-03-07 23:05:12 +0530
commit89de47b0d6354318f3775839c01dddac67d1961c (patch)
treea278900a24cd5edde6a4f6e3320f721dbf215b41
parentf11ff244b78f5d353cfc8c06c21adf63d2f2c5a1 (diff)
downloadcinder-89de47b0d6354318f3775839c01dddac67d1961c.tar.gz
Configure a storage node in cinder
The solution is already provided in the Troubleshoot the Block Storage configuration[1] if Block Storage service may have issues locating the persistent tgt include file . But if we add tgtd configuration in installation steps as suggested by the warning in the log like we did in manual installation for openSUSE and SUSE Linux Enterprise it will be more user friendly for smooth installation. [1]: https://docs.openstack.org/cinder/xena/admin/ts-cinder-config.html#id2 Closes-Bug: #1946645 Change-Id: If9b0936d4bd3efbf42a32e256c98816b4fd76c34
-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
---------------------