Merge pull request #1414 from resmo/fix/cleanup

SystemVM cleanupsfrom the logrotate docs

> size - With this, the log file is rotated when the specified size is reached. 
> Size may be specified in bytes (default), kilobytes (sizek), or megabytes 
> (sizem).

> Note: If size and time interval options are specified at same time, only size 
> option take effect. it causes log files to be rotated without regard for the 
> last rotation time. If both log size and timestamp of a log file need to be 
> considered by logrotate, the minsize option should be used. logrotate will 
> rotate log file when they grow bigger than minsize, but not before the 
> additionally specified time interval.

* pr/1414:
  systemvm, logrotate: remove daily explicitly as it is ignored

Signed-off-by: Will Stevens <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1dd86606
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1dd86606
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1dd86606

Branch: refs/heads/4.9-bountycastle-daan
Commit: 1dd866068a8e3df7d52bcd091965e39995b89495
Parents: 88cd182 1889e39
Author: Will Stevens <[email protected]>
Authored: Fri May 20 08:28:29 2016 -0400
Committer: Will Stevens <[email protected]>
Committed: Fri May 20 08:28:30 2016 -0400

----------------------------------------------------------------------
 .../debian/config/etc/cron.daily/cloud-cleanup  | 27 --------------------
 .../patches/debian/config/etc/logrotate.d/cloud |  5 ++--
 .../debian/config/etc/logrotate.d/conntrackd    |  1 -
 .../debian/config/etc/logrotate.d/dnsmasq       |  1 -
 .../debian/config/etc/logrotate.d/haproxy       |  3 +--
 .../patches/debian/config/etc/logrotate.d/ppp   |  1 -
 .../debian/config/etc/logrotate.d/rsyslog       |  2 --
 7 files changed, 3 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


Reply via email to