]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker-common: Fix bug when updating config
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 1 Aug 2017 13:11:45 +0000 (15:11 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Aug 2017 15:12:20 +0000 (17:12 +0200)
commit608bad901da50e3cf9d7e19a2d086d04b4f8b969
tree3ccf1099db7dda2d7c7e10da733d345aec169f45
parent7a333d05cecbdeb087b67d139227396d2e435de7
docker-common: Fix bug when updating config

in containerized deployment, if you try to update your `ceph.conf` file
it won't be actually updated on your nodes because it is overwritten by
the copy of the file which is present in your fetch directory.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-docker-common/tasks/create_configs.yml
roles/ceph-docker-common/tasks/fetch_configs.yml