From e071b773d8015476a9932fb8a90f6ffcf119d0b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 16 May 2016 18:55:54 +0200 Subject: [PATCH] ceph-common: add explanation message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 8bb88db06..30a164df0 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -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 -- 2.39.5