All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] local.conf.sample.extended: update for disk monitor
@ 2013-03-20  6:31 Robert Yang
  2013-03-20  6:31 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2013-03-20  6:31 UTC (permalink / raw)
  To: poky; +Cc: qingtao.cao

The following changes since commit 808967b84cef66e0b59b9a720fa0808f6a546d3a:

  qemuimage-testlib: Fix IP address handling (2013-03-19 23:35:01 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib robert/conf
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/conf

Robert Yang (1):
  local.conf.sample.extended: update for disk monitor

 meta-yocto/conf/local.conf.sample.extended |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

-- 
1.7.7



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] local.conf.sample.extended: update for disk monitor
  2013-03-20  6:31 [PATCH 0/1] local.conf.sample.extended: update for disk monitor Robert Yang
@ 2013-03-20  6:31 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2013-03-20  6:31 UTC (permalink / raw)
  To: poky; +Cc: qingtao.cao

The previous disk monitor is based on the disk, and one disk only can
have one action, now it is based on the path, so we remove the additional
comments from local.conf.sample.extended

[YOCTO #3995]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-yocto/conf/local.conf.sample.extended |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 8e5dca5..4d9ce56 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -152,10 +152,7 @@
 # Disk space monitor, take action when the disk space or the amount of
 # inode is running low, it is enabled when BB_DISKMON_DIRS is set.
 #
-# Set the directories to monitor for disk usage, if more than one
-# directories are mounted in the same device, then only one directory
-# would be monitored since the monitor is based on the device.
-# The format is:
+# Set the directory for the monitor, the format is:
 # "action,directory,minimum_space,minimum_free_inode"
 #
 # The "action" must be set and should be one of:
-- 
1.7.7



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-20  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20  6:31 [PATCH 0/1] local.conf.sample.extended: update for disk monitor Robert Yang
2013-03-20  6:31 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.