summaryrefslogtreecommitdiffstats
path: root/share/logrotate/cephfs-snap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-08 10:27:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-08 10:58:47 +0000
commitc1abaace560accadf985684411357e9387c144c0 (patch)
tree6eba1363e3c874f452fd981ba9264f13b869a17d /share/logrotate/cephfs-snap
parentInitial commit. (diff)
downloadopen-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.tar.xz
open-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.zip
Adding upstream version 20170405.upstream/20170405
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/logrotate/cephfs-snap')
-rw-r--r--share/logrotate/cephfs-snap11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/logrotate/cephfs-snap b/share/logrotate/cephfs-snap
new file mode 100644
index 0000000..e948edf
--- /dev/null
+++ b/share/logrotate/cephfs-snap
@@ -0,0 +1,11 @@
+/var/log/storage-tools/cephfs-snap/cephfs-snap.log {
+ compress
+ create 0640 root adm
+ dateext
+ dateformat -%Y%m
+ dateyesterday
+ missingok
+ monthly
+ notifempty
+ rotate 12
+}