summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-07-02 04:22:29 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-07-02 04:22:29 +0300
commitb1aa759e502a39e82b8b634820e5caf265ad2271 (patch)
treeea091a71b0361067bd67e5dd54e7d3b4c25559f8 /meta-quanta
parent1406d556792c30609305ab56a814ddcb182b367a (diff)
downloadopenbmc-b1aa759e502a39e82b8b634820e5caf265ad2271.tar.xz
meta-quanta: gbs: update the default threshold for NVMe
update the UCT and UNCT to 72 degree as default Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I1baad8f3b621c7a704d5e4872d634653ea75c197
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index 306e74e2a..4c1e3d8d0 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -163,12 +163,12 @@
],
"threshold": [
{
- "criticalHigh": 77,
+ "criticalHigh": 72,
"criticalLow": 0,
- "warningHigh": 77,
+ "warningHigh": 72,
"warningLow": 0,
"maxValue": 127,
"minValue": -128
}
]
-} \ No newline at end of file
+}