ceph-common: add explanation message

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/789/head
Sébastien Han 2016-05-16 18:55:54 +02:00
parent e7aae27801
commit e071b773d8
1 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,11 @@
line: "CLUSTER={{ cluster }}"
when: ansible_os_family == "RedHat"
# NOTE(leseb): we are performing the following check
# to ensure any Jewel installation will not fail.
# The following commit https://github.com/ceph/ceph/commit/791eba81a5467dd5de4f1680ed0deb647eb3fb8b
# fixed a package issue where the path was the wrong.
# This bug is not yet on all the distros package so we are working around it
- name: check /etc/default/ceph exist
stat:
path: /etc/default/ceph