]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: add explanation message
authorSébastien Han <seb@redhat.com>
Mon, 16 May 2016 16:55:54 +0000 (18:55 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 16 May 2016 16:55:54 +0000 (18:55 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/main.yml

index 8bb88db065fd0e7570db064eb47a2f0600745b74..30a164df0c6471714ab2b9d0d6ce013a7f4eb8ce 100644 (file)
     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