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
This commit is contained in:
Michele Baldessari 2021-10-21 16:55:13 +02:00
parent fff6e02ff4
commit d3a119e9e1
1 changed files with 1 additions and 0 deletions

View File

@ -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<||>
}