From 89de47b0d6354318f3775839c01dddac67d1961c Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Wed, 8 Dec 2021 12:10:29 +0530 Subject: [PATCH] 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 --- .../install/cinder-storage-install-ubuntu.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/install/cinder-storage-install-ubuntu.rst b/doc/source/install/cinder-storage-install-ubuntu.rst index 2f2a3bba5b5..a4d49734919 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 ---------------------