]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-iscsi-gw: Update log directories bind mount
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 4 Jul 2019 14:10:00 +0000 (10:10 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sun, 7 Jul 2019 05:25:33 +0000 (07:25 +0200)
commit91bef94b6c1ee159173a64cbca36385c67a186de
treec40d86d3478c418e06417226ac760c0267934eb8
parent904532c5e231a85b9cd5fe1e7f789d07cf6995a5
ceph-iscsi-gw: Update log directories bind mount

On containerized deployment we need to bind mount the ceph-iscsi
directory to avoid writing the logs in the container.
The /var/log/ceph directory isn't use by rbd-targe-api/gw services
because they have their own log directories.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-iscsi-gw/tasks/container/containerized.yml
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2