From c18cb9d7c8ef7be9e0c630f2d3ae70a986d544cf Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 13 Jul 2016 08:11:04 -0400 Subject: [PATCH] ceph: move osd data to /var/lib/ceph Using /srv/data caused SElinux alerts: https://bugzilla.redhat.com/show_bug.cgi?id=1354488 This patch is an attempt to reduce or remove the alerts in our CI and use /var/lib/ceph directory to store OSD data, like recommended by Ceph documentation. Change-Id: I4e6f31838ffb2b9dcde73fc06fbff78cd084b0af --- manifests/ceph.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ceph.pp b/manifests/ceph.pp index 1da5b5fa4..b20ad27f9 100644 --- a/manifests/ceph.pp +++ b/manifests/ceph.pp @@ -39,7 +39,7 @@ class openstack_integration::ceph { }, }, osds => { - '/srv/data' => {}, + '/var/lib/ceph/data' => {}, }, }