[Device] Disabled thermalctld for Accton platforms (#5276)

Disable thermalctld on Accton platforms until support is added as to avoid logs flooding

Signed-off-by: brandon_chuang <brandon_chuang@edge-core.com>
This commit is contained in:
brandonchuang 2020-09-01 08:09:19 +08:00 committed by GitHub
parent 3d6ef3e790
commit 8793814d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 45 additions and 20 deletions

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -1,4 +1,5 @@
{ {
"skip_ledd": true "skip_ledd": true,
"skip_thermalctld": true
} }

View File

@ -0,0 +1,5 @@
{
"skip_ledd": true,
"skip_thermalctld": true
}