diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-14 09:02:54 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:55 +0000 |
| commit | e197fca49c2ccb95ac6ec0868d4f0af877592e89 (patch) | |
| tree | 7321227172ac3859a02a8f29493fc35b2c705b81 | |
| parent | ba0f4df64440e416a6160b448c99d04d39d3b377 (diff) | |
| download | poky-e197fca49c2ccb95ac6ec0868d4f0af877592e89.tar.gz | |
documentation: poky-ref-manual - default info for BB_DISKMON_INTERVAL
Fixes [YOCTO #3364]
Added information about the default behavior for the
BB_DISKNOM_INTERVAL variable.
(From yocto-docs rev: db1c6c4e9cd749109580aa6b135f6f84f3fe652d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 4e7f85c37d..a5320283f6 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
| @@ -236,7 +236,18 @@ | |||
| 236 | </para> | 236 | </para> |
| 237 | 237 | ||
| 238 | <para> | 238 | <para> |
| 239 | Use the following form: | 239 | If you do not provide a <filename>BB_DISKMON_WARNINTERVAL</filename> |
| 240 | variable and you do use <filename>BB_DISKMON_DIRS</filename> with | ||
| 241 | the "WARN" action, the disk monitoring interval defaults to | ||
| 242 | the following: | ||
| 243 | <literallayout class='monospaced'> | ||
| 244 | BB_DISKMON_WARNINTERVAL = "50M,5K" | ||
| 245 | </literallayout> | ||
| 246 | </para> | ||
| 247 | |||
| 248 | <para> | ||
| 249 | When specifying the variable in your configuration file, | ||
| 250 | use the following form: | ||
| 240 | <literallayout class='monospaced'> | 251 | <literallayout class='monospaced'> |
| 241 | BB_DISKMON_WARNINTERVAL = "<disk_space_interval>,<disk_inode_interval>" | 252 | BB_DISKMON_WARNINTERVAL = "<disk_space_interval>,<disk_inode_interval>" |
| 242 | 253 | ||
