diff --git a/.README.html b/.README.html index 1d549e16..a60bca30 100644 --- a/.README.html +++ b/.README.html @@ -207,6 +207,8 @@

Contents

id="toc-ha_cluster_resource_defaults">ha_cluster_resource_defaults
  • ha_cluster_resource_operation_defaults
  • +
  • ha_cluster_stonith_levels
  • ha_cluster_constraints_location
  • Contents
  • Configuring resource and resource operation defaults
  • +
  • Configuring stonith levels
  • Creating a cluster with resource constraints
  • @@ -303,6 +307,7 @@

    Limitations

  • Pacemaker cluster properties
  • stonith and resources
  • resource defaults and resource operation defaults
  • +
  • stonith levels, also known as fencing topology
  • resource constraints
  • @@ -1009,6 +1014,50 @@

    ha_cluster_sbd_options

    resource op defaults set create of pcs(8) man page.

    ha_cluster_stonith_levels

    +

    structure, default: no stonith levels

    +
    ha_cluster_stonith_levels:
    +  - level: 1..9
    +    target: node_name
    +    target_pattern: node_name_regular_expression
    +    target_attribute: node_attribute_name
    +    target_value: node_attribute_value
    +    resource_ids:
    +      - fence_device_1
    +      - fence_device_2
    +  - level: 1..9
    +    target: node_name
    +    target_pattern: node_name_regular_expression
    +    target_attribute: node_attribute_name
    +    target_value: node_attribute_value
    +    resource_ids:
    +      - fence_device_1
    +      - fence_device_2
    +

    This variable defines stonith levels, also known as fencing topology. +They configure the cluster to use multiple devices to fence nodes. You +may define alternative devices in case one fails, or require multiple +devices to all be executed successfully in order to consider a node +successfully fenced, or even a combination of the two.

    +

    The items are as follows:

    + +

    ha_cluster_constraints_location

    structure, default: no constraints

    This variable defines resource location constraints. They tell the @@ -1016,17 +1065,17 @@

    ha_cluster_sbd_options

    their ID or a pattern matching more resources. Nodes can be specified by their name or a rule.

    Structure for constraints with resource ID and node name:

    -
    ha_cluster_constraints_location:
    -  - resource:
    -      id: resource-id
    -    node: node-name
    -    id: constraint-id
    -    options:
    -      - name: score
    -        value: score-value
    -      - name: option-name
    -        value: option-value
    +
    ha_cluster_constraints_location:
    +  - resource:
    +      id: resource-id
    +    node: node-name
    +    id: constraint-id
    +    options:
    +      - name: score
    +        value: score-value
    +      - name: option-name
    +        value: option-value