Skip to content

Commit

Permalink
Update field name in state db
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Aug 26, 2022
1 parent cb34e5f commit d8d9539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/psud/PSU_daemon_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ PSU information is stored in PSU table:
current = 1*3.3DIGIT ; the current of the PSU
power = 1*4.3DIGIT ; the power of the PSU
power_overload = "true" / "false" ; whether the PSU's power exceeds the threshold
power_threshold = 1*4.3DIGIT ; The power (warning) threshold
power_warning_threshold = 1*4.3DIGIT ; The power warning threshold
power_critical_threshold = 1*4.3DIGIT ; The power critical threshold

Now psud only collect and update "presence" and "status" field.
Expand Down

0 comments on commit d8d9539

Please sign in to comment.