diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-09-17 11:57:22 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-09-19 03:29:59 +0000 |
commit | a7a7d3bd1c4e5f4cd88a57a183229e185a07c730 (patch) | |
tree | df25072698ef22102e3601a488f7607a45398a4e /.testignore | |
parent | 86f1aa94c15c6c2a95a96155e8d6e4ab953b3a50 (diff) |
logrotate: utilize the new 'maxsize' option
Since logrotate 3.8.x version, a new option 'maxsize' is supported,
which helps in rotating the logs before the specified time if the
size exceeds maxsize limit. This should help in reducing the
overflow of gluster logs.
Updates: bz#1193929
Change-Id: Id33c34d72f1931e7996893de9338db667e1e900d
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to '.testignore')
-rw-r--r-- | .testignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.testignore b/.testignore index cde29545b48..190573191e1 100644 --- a/.testignore +++ b/.testignore @@ -32,6 +32,8 @@ extras/cliutils/README.md extras/command-completion/README extras/create_new_xlator/README.md extras/glusterfs.vim +extras/glusterfs-logrotate +extras/glusterfs-georep-logrotate extras/init.d/glusterd-Debian.in extras/init.d/glusterd-FreeBSD.in extras/init.d/glusterd-Redhat.in |