Skip to content

v6.2.1

Latest

Choose a tag to compare

@petersulyok petersulyok released this 24 Aug 10:01
· 1 commit to main since this release

Fixed

  • The startup BMC fan subsystem readiness check did not recognize fan sensors whose name is not exactly FAN*. Boards that report their fans as CPU_FAN1, SYS_FAN1, SYSFAN1 or CPUFAN1 (e.g. X13SAE-F) never satisfied the check, so they waited out the complete BMC init budget on every start, logging BMC fan sensors are not ready, waiting 5 seconds. all along. A sensor counts as a fan now when FAN appears anywhere in its name, which covers every board naming convention without a per-board special case; no other sensor of a Supermicro sdr list carries FAN in its name. A fan sensor in state ns is still not ready, and the check still never inspects the reading column. This check runs before platform selection, so it was independent of platform_name=. Reported and first fixed by @chrisallen in PR #120.