-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meru800] General PM & Sensor config updates and clean up #208
Conversation
@joancaneus has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@aalamsi22 How was this tested? You must have tested it to verify that the path can get created and also ensure that new sensors output reflect the change. Can you please add the log output that shows the new path under /run/devmap as well as anything else that reflect other changes? For every PR, you need to share with us the output that you see that tells you it's working as expected. This makes the PR easier to review and maintain. Thanks! |
@aalamsi22 has updated the pull request. You must reimport the pull request before landing. |
@aalamsi22 has updated the pull request. You must reimport the pull request before landing. |
@joancaneus has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@aalamsi22 has updated the pull request. You must reimport the pull request before landing. |
@joancaneus has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@joancaneus merged this pull request in c4e5a10. |
Summary: # Description Meru800BFA now uses the lm75 driver instead of tmp75. The tmp75 driver is not compatible with some of the parts sourced from some vendors which can cause unexpected behavior. The lm75 is a more general driver and avoids any part specific configurations. Similar changes were added to Meru800bia in #208 # Test sensor_service ``` ======================================================== Processed 147 Sensors. 0 Failures. Using thread manager (resource pools not enabled) on address/port 5970: runtime: thriftFlagNotSet, , thrift flag: false, enable gflag: false, disable gflag: false Processed 147 Sensors. 0 Failures. Processed 147 Sensors. 0 Failures. Processed 147 Sensors. 0 Failures. ``` Pull Request resolved: #248 Reviewed By: kimdo8736 Differential Revision: D63721930 Pulled By: joancaneus fbshipit-source-id: f039ba5c61121f0277d5128fc290afd2d0d62f58
Description
PR includes all changes in the following PRs: #195, #196
Test
Meru800BFA:
Meru800BIA: