From 8a3d09378501de19d39e58d332b018cb03cc23d6 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Mon, 8 Apr 2024 14:32:30 +0200 Subject: [PATCH] Regenerate REFERENCE.md --- REFERENCE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/REFERENCE.md b/REFERENCE.md index b376293b..2a616b36 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1048,6 +1048,31 @@ Default value: `absent` The corosync resource primitive to be cloned. +##### `promotable` + +Valid values: `true`, `false`, `absent` + +If true, clone instances can perform a special role that Pacemaker will manage via the resource agent’s +promote and demote actions. The resource agent must support these actions. Allowed values: false, true + +Default value: `absent` + +##### `promoted_max` + +Valid values: `%r{\d+}`, `absent` + +If promotable is true, the number of instances that can be promoted at one time across the entire cluster + +Default value: `absent` + +##### `promoted_node_max` + +Valid values: `%r{\d+}`, `absent` + +If promotable is true and globally-unique is false, the number of clone instances can be promoted at one time on a single node + +Default value: `absent` + #### Parameters The following parameters are available in the `cs_clone` type.