From d3a119e9e1ef8af57e8aa781122a4e1b3892c655 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 21 Oct 2021 16:55:13 +0200 Subject: [PATCH] Make sure we wait for the cluster before setting resource_default_op Same as all other resources, we need to make sure the cluster is up before trying to create resource defaults ops. Change-Id: Ic85628f8844ded5584d90b4848d86961902d204c --- manifests/corosync.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/corosync.pp b/manifests/corosync.pp index 7cf0cf1e..f943d364 100644 --- a/manifests/corosync.pp +++ b/manifests/corosync.pp @@ -416,4 +416,5 @@ class pacemaker::corosync( Exec<| title == 'wait-for-settle' |> -> Pcmk_property<||> Exec<| title == 'wait-for-settle' |> -> Pcmk_bundle<||> Exec<| title == 'wait-for-settle' |> -> Pcmk_remote<||> + Exec<| title == 'wait-for-settle' |> -> Pcmk_resource_default<||> }