Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:uci:hd-idle [2011/09/18 21:47] written_direcondocs:guide-user:storage:hd-idle [2020/01/18 16:15] (current) – explain how to configure multiple disks stephankn
Line 1: Line 1:
 +{{page>meta:infobox:wip&noheader&nofooter&noeditbtn}}
 +
 +====== hd-idle Configuration ======
 +The ''/etc/config/hd-idle'' configuration is provided by the //hd-idle// package.
 +
 +===== Sections =====
 +=== hd-idle ====
 +This is the default configuration for this section:
 +
 +<code bash>
 +config 'hd-idle'
 + option 'disk' 'sda'
 + option 'enable_debug' '0'
 + option 'enabled' '0'
 + option 'idle_time_unit' 'minutes'
 + option 'idle_time_interval' '10'
 +</code>
 +
 +The ''hd-idle'' section contains these settings:
 +
 +^ Name ^ Type ^ Required ^ Default ^ Description ^
 +| ''disk'' | string | | | |
 +| ''enable_debug'' | string | | | |
 +| ''enabled'' | boolean | no | 1 | |
 +| ''idle_time_unit'' | string | no | 'minutes' | 'days', 'hours', 'minutes' or 'seconds' |
 +| ''idle_time_interval'' | integer | | | |
 +
 +To configure multiple disks, include one section for each disk.
  
  • Last modified: 2020/01/18 16:15
  • by stephankn