remove ceph code
[stor4nfv.git] / src / ceph / qa / tasks / logrotate.conf
diff --git a/src/ceph/qa/tasks/logrotate.conf b/src/ceph/qa/tasks/logrotate.conf
deleted file mode 100644 (file)
index b0cb801..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/var/log/ceph/*{daemon_type}*.log {{
-    rotate 100
-    size {max_size}
-    compress
-    sharedscripts
-    postrotate
-        killall {daemon_type} -1 || true
-    endscript
-    missingok
-    notifempty
-    su root root
-}}
-