Revision Date Author Comments
# 6ef0d514 07-Mar-2025 Matt Spinler <spinler@us.ibm.com>

control:p10bmc: Force retry on OCC active group

Thirty seconds after fan control has started, check again if the service
hosting the OccActive property can be found, and release the existing
target

control:p10bmc: Force retry on OCC active group

Thirty seconds after fan control has started, check again if the service
hosting the OccActive property can be found, and release the existing
target hold if there was one from when the set_target_on_missing_owner
action originally ran.

Thirty seconds was chosen to be far out enough to let thing settle down
a bit.

This is to work around a problem where the OCC service wasn't running
the first time fan control checked, and then it somehow missed the
NameOwnerChanged signal so the target hold from the
set_target_on_missing_owner action was permanently set.

There is also a change to switch the order of the triggers in the
'service(s) missing' action to add the NameOwnerChanged match before
checking if the name has an owner, closing a very small window where it
was possible the signal came in after the check but before the match was
added.

Tested:
By adding traces, viewed that the new action ran 30 seconds after
startup, and that the order of the triggers was changed.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I5a74a09a066757207fbf9a598aa7282aae2b58ce

show more ...


# f6767f4e 07-Jan-2025 Matt Spinler <spinler@us.ibm.com>

control:configs: BlueRidge 2U fan support

The BlueRidge 2U is similar to the Rainier 2U but uses different fans.
The only difference from Rainier so far is the fan ceiling is changing
from 18000 to

control:configs: BlueRidge 2U fan support

The BlueRidge 2U is similar to the Rainier 2U but uses different fans.
The only difference from Rainier so far is the fan ceiling is changing
from 18000 to 17000.

Copy over the Rainier files that reference this and change the values.
The groups.json and pcie_cards.json used will still be obtained from the
Rainier directory.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ib935e0d168d6b6cad2f26b5d455aec957af204e5

show more ...