mirror of https://github.com/ceph/ceph-ansible.git
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
parent
63fa4c9484
commit
e51f68fdbb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue