diff options
Diffstat (limited to 'meta-openbmc-machines')
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml index 06602132e..d60aa9179 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/air-cooled.yaml @@ -211,7 +211,7 @@ - name: check group functional enclosures description: > 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for ten seconds. Shut the system down. + marked as nonfunctional for five seconds. Shut the system down. For a more detailed definition of nonfunctional, consult the documentation of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the @@ -220,7 +220,7 @@ condition: count paths: fan enclosures properties: fan functional - defer: 10000000us + defer: 5000000us callback: log and shutdown countop: '>' countbound: 1 diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml index 886375d8a..a279cfefa 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-policy/water-cooled.yaml @@ -205,7 +205,7 @@ - name: check group functional enclosures description: > 'If this condition passes more than one fan enclosure in the group has been - marked as nonfunctional for ten seconds. Shut the system down. + marked as nonfunctional for five seconds. Shut the system down. For a more detailed definition of nonfunctional, consult the documentation of xyz.openbmc_project.State.Decorator.OperationalStatus and/or the @@ -214,7 +214,7 @@ condition: count paths: fan enclosures properties: fan functional - defer: 10000000us + defer: 5000000us callback: log and shutdown countop: '>' countbound: 1 |