Product SiteDocumentation Site

10.2.2. Clone Options

Options inherited from primitive resources: priority, target-role, is-managed

Table 10.3. Clone-specific configuration options

Field Default Description
clone-max
number of nodes in cluster
How many copies of the resource to start
clone-node-max
1
How many copies of the resource can be started on a single node
clone-min
1
Require at least this number of clone instances to be runnable before allowing resources depending on the clone to be runnable (since 1.1.14)
notify
true
When stopping or starting a copy of the clone, tell all the other copies beforehand and again when the action was successful. Allowed values: false, true
globally-unique
false
Does each copy of the clone perform a different function? Allowed values: false, true
ordered
false
Should the copies be started in series (instead of in parallel)? Allowed values: false, true
interleave
false
If this clone depends on another clone via an ordering constraint, is it allowed to start after the local instance of the other clone starts, rather than wait for all instances of the other clone to start? Allowed values: false, true