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>
This commit is contained in:
Scott Rifenbark 2012-11-14 09:02:54 -08:00 committed by Richard Purdie
parent ba0f4df644
commit e197fca49c
1 changed files with 12 additions and 1 deletions

View File

@ -236,7 +236,18 @@
</para>
<para>
Use the following form:
If you do not provide a <filename>BB_DISKMON_WARNINTERVAL</filename>
variable and you do use <filename>BB_DISKMON_DIRS</filename> with
the "WARN" action, the disk monitoring interval defaults to
the following:
<literallayout class='monospaced'>
BB_DISKMON_WARNINTERVAL = "50M,5K"
</literallayout>
</para>
<para>
When specifying the variable in your configuration file,
use the following form:
<literallayout class='monospaced'>
BB_DISKMON_WARNINTERVAL = "&lt;disk_space_interval&gt;,&lt;disk_inode_interval&gt;"