From 1d5d438e5d44b066554505b191d92d22e4b56f0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 17 May 2016 11:47:25 +0200 Subject: [PATCH] ceph-common: list impacted versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For the ceph option default path 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 30a164df0..a173782fa 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -236,6 +236,11 @@ # 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 +# Impacted versions: +# - Jewel from UCA: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1582773 +# - Jewel from latest Canonical 16.04 distro +# - All previous versions from Canonical +# - Infernalis from ceph.com - name: check /etc/default/ceph exist stat: path: /etc/default/ceph -- 2.39.5