]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: create ceph initial directories
authorSébastien Han <seb@redhat.com>
Mon, 30 Jan 2017 10:05:01 +0000 (11:05 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 30 Jan 2017 13:31:56 +0000 (14:31 +0100)
commit1149825f8f5498b09fc26bb52da99c82db68c8e5
tree879b60416ec1e948b164bf8e85bd3743cfed76b8
parentd5dd658cfa1a11fdb92d162c368a0e664d98d525
common: create ceph initial directories

Some users purge their environments and leave it in a non-optimal state.
e.g: packages are still installed but /etc/ceph and /var/lib/ceph don't
exist anymore. This will result in multiple failures across the play,
sometimes hard to detect. Populating these directories "just in case"
should help us solving these problems.

Closes: #1253
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/create_ceph_initial_dirs.yml [new file with mode: 0644]
roles/ceph-common/tasks/main.yml