summaryrefslogtreecommitdiffstats
path: root/control/example/zones.yaml
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-06-29 15:12:08 -0500
committerMatthew Barth <msbarth@us.ibm.com>2017-07-06 17:25:12 -0500
commitbe605c5f8da935afb7dd13300cab24e986d3a474 (patch)
treeaddd9b3d5fd42190db3d4cef0f6f788c7aab67f7 /control/example/zones.yaml
parenta956184bfe6afa6803fc4456eea1f5b6742d8f80 (diff)
downloadphosphor-fan-presence-be605c5f8da935afb7dd13300cab24e986d3a474.tar.gz
phosphor-fan-presence-be605c5f8da935afb7dd13300cab24e986d3a474.zip
Fan control: Example yaml updates(doc only)
Change-Id: I30fdecd3af3dcdc7f954bdb9d535c6bc92edd67a Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'control/example/zones.yaml')
-rw-r--r--control/example/zones.yaml15
1 files changed, 14 insertions, 1 deletions
diff --git a/control/example/zones.yaml b/control/example/zones.yaml
index fd6680a..8bd164f 100644
--- a/control/example/zones.yaml
+++ b/control/example/zones.yaml
@@ -31,6 +31,14 @@
# cooling_profiles:
# - [cooling profile]
# full_speed: [Full speed for the zone.]
+# default_floor: [Default floor speed for the zone that fan speeds can
+# not go below.]
+# increase_delay: [Number of seconds to delay additional speed increases
+# that are less than the speed increase that's currently
+# occurring.]
+# decrease_interval: [A repeating number of seconds interval that
+# requested speed decreases may occur when no speed
+# increase is occurring at that time as well.]
#Example:
#manager_configuration:
@@ -46,6 +54,9 @@
# - air
# - all
# full_speed: 10500
+# default_floor: 6000
+# increase_delay: 5
+# decrease_interval: 30
#
# - zone_conditions:
# - name: water_and_air_cooled_chassis
@@ -56,4 +67,6 @@
# - water
# - all
# full_speed: 4000
-
+# default_floor: 2500
+# increase_delay: 5
+# decrease_interval: 20
OpenPOWER on IntegriCloud