From 467c939962b0be1d4262f557c0843ae880894e98 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 25 Jan 2017 16:25:14 +0100 Subject: Ensure basic Ceph configuration is performed by RBD mirror Previously we missed to perform the basic Ceph client configuration on a node where only the RBD mirror service was deployed. Change-Id: Ie6a4284a88714bcee964a38636e12aa88bb95c9d Co-Authored-By: Michele Baldessari Related-Bug: #1652177 --- manifests/profile/pacemaker/ceph/rbdmirror.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/profile/pacemaker') diff --git a/manifests/profile/pacemaker/ceph/rbdmirror.pp b/manifests/profile/pacemaker/ceph/rbdmirror.pp index 8e2ff77..1fab0db 100644 --- a/manifests/profile/pacemaker/ceph/rbdmirror.pp +++ b/manifests/profile/pacemaker/ceph/rbdmirror.pp @@ -58,6 +58,7 @@ class tripleo::profile::pacemaker::ceph::rbdmirror ( include ::tripleo::profile::base::ceph if $step >= 3 { + require ::ceph::profile::client ceph::mirror { $client_name: rbd_mirror_enable => false, rbd_mirror_ensure => 'stopped', -- cgit 1.2.3-korg