ceph-iscsi: set the pool name in the config file

When using a custom pool for iSCSI gateway then we need to set the pool
name in the configuration otherwise the default rbd pool name will be
used.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 40a87c4b92)
pull/6145/head
Dimitri Savineau 2020-11-24 12:35:23 -05:00 committed by Guillaume Abrioux
parent 63fa4c9484
commit e51f68fdbb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
[config] [config]
cluster_name = {{ cluster }} cluster_name = {{ cluster }}
pool = {{ iscsi_pool_name }}
# API settings. # API settings.
# The API supports a number of options that allow you to tailor it to your # The API supports a number of options that allow you to tailor it to your
# local environment. If you want to run the API under https, you will need to # local environment. If you want to run the API under https, you will need to