openbmc / phosphor-state-manager

Apache License 2.0
11 stars 21 forks source link

Default states to not-ready and not-on and not-running #7

Closed geissonator closed 2 years ago

geissonator commented 5 years ago

Bug #6 showed that the default, at least for bmc-state-manager, is to set the state to "Ready". This is bad when you hit an error path when trying to determine the state.

This bug is to ensure the default states are all the "not ok" version.

geissonator commented 2 years ago

This is done. Chassis and host determine the correct state before publishing to D-Bus and BMC does the same.