meta-bletchley: update nvme sensor thresholds
Update Bletchley nvme sensor thresholds
- warningHigh: 67 --> 69
- criticalHigh: 68 --> 70
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I03a35524fe0f10dcf2c02050c9e5a1cdf6b6864d
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite
index 46d72f4..8e920dc 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite
@@ -59,9 +59,9 @@
],
"threshold": [
{
- "criticalHigh": 68,
+ "criticalHigh": 70,
"criticalLow": 0,
- "warningHigh": 67,
+ "warningHigh": 69,
"warningLow": 1,
"maxValue": 127,
"minValue": -127
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index 32e36a5..e59c70a 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -28,9 +28,9 @@
],
"threshold": [
{
- "criticalHigh": 68,
+ "criticalHigh": 70,
"criticalLow": 0,
- "warningHigh": 67,
+ "warningHigh": 69,
"warningLow": 1,
"maxValue": 127,
"minValue": -127