From e13aca8c5f18ef713a9cdb68ecd3979e0db54426 Mon Sep 17 00:00:00 2001 From: Yin Jifeng Date: Thu, 22 Jan 2015 21:35:20 +0800 Subject: [PATCH] epel-release is mandatory see: https://www.mail-archive.com/ceph-users@lists.ceph.com/msg14819.html also: https://github.com/ceph/ceph-deploy/commit/831b130f98a18db09c862f56e80b788bbf094373 --- roles/ceph-common/tasks/install_on_redhat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/install_on_redhat.yml b/roles/ceph-common/tasks/install_on_redhat.yml index 189b02549..85325c442 100644 --- a/roles/ceph-common/tasks/install_on_redhat.yml +++ b/roles/ceph-common/tasks/install_on_redhat.yml @@ -8,6 +8,7 @@ - ntp - hdparm - yum-plugin-priorities.noarch + - epel-release - name: Install the Ceph stable repository key rpm_key: > -- 2.39.5