diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-10-17 14:11:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-10-17 14:11:47 +0000 |
commit | 51c47839595b22d0200e455c8a68f97708819b20 (patch) | |
tree | 80a8c61aa8a487286d9caf9ca0392f5300260a27 /share/logrotate | |
parent | Adding upstream version 20170410. (diff) | |
download | open-infrastructure-storage-tools-51c47839595b22d0200e455c8a68f97708819b20.tar.xz open-infrastructure-storage-tools-51c47839595b22d0200e455c8a68f97708819b20.zip |
Adding upstream version 20171017.upstream/20171017
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/logrotate')
-rw-r--r-- | share/logrotate/ceph-log | 2 | ||||
-rw-r--r-- | share/logrotate/cephfs-snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/logrotate/ceph-log b/share/logrotate/ceph-log index cdf8bc7..7bcaf3f 100644 --- a/share/logrotate/ceph-log +++ b/share/logrotate/ceph-log @@ -7,7 +7,7 @@ missingok daily notifempty - rotate 365 + rotate 9999 prerotate service ceph-log stop > /dev/null 2>&1 endscript diff --git a/share/logrotate/cephfs-snap b/share/logrotate/cephfs-snap index e948edf..21aae15 100644 --- a/share/logrotate/cephfs-snap +++ b/share/logrotate/cephfs-snap @@ -7,5 +7,5 @@ missingok monthly notifempty - rotate 12 + rotate 9999 } |