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
This commit is contained in:
tushargite96 2021-12-08 12:10:29 +05:30 committed by Tushar Gite
parent f11ff244b7
commit 89de47b0d6

View File

@ -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
---------------------