[pve-devel] [PATCH docs 2/5] ha: rules: update about mixed usage of node and resource affinity rules
Daniel Kral
d.kral at proxmox.com
Tue Aug 5 09:15:38 CEST 2025
Hey Hannes,
thanks for the quick review!
On Mon Aug 4, 2025 at 5:09 PM CEST, Hannes Duerr wrote:
> On Mon Aug 4, 2025 at 4:11 PM CEST, Daniel Kral wrote:
>> +If there are HA resources in a node affinity rule, which are also part of a
>> +positive resource affinity rules, then all the other HA resources in the
> s/rules/rule/
ACK!
>> +positive resource affinity rule inherit the node affinity rule as well.
>> +
>> +For example, if the HA resources `vm:100`, `vm:101`, and `vm:102` are in a
>> +positive resource affinity rule, and `vm:102` is in a node affinity rule, which
>> +restricts `vm:102` to be only on `node3`, then `vm:100` and `vm:101` are
>> +restricted to be only on `node3` as well.
>> +
>> +Note that if there are two or more HA resources of a positive resource affinity
>> +rules, which are in different node affinity rules, then those will be disabled
>> +as it is currently not supported. For more information on these cases, see the
> Please note that if there are two or more HA resources in a positive
> resource affinity rule and in different node affinity rules, these
> will be disabled, as this is not currently supported.
Thanks, will change that with slightly more emphasis that the rules will
be disabled and not the HA resources.
>> +section about xref:ha_manager_rule_conflicts[rule conflicts and errors] below.
More information about the pve-devel
mailing list