You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.