[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048738#comment-14048738
 ] 

Sonal Ojha commented on CLOUDSTACK-6885:
----------------------------------------

I tried that and by moving the logrotate from cron.daily to cron.hourly things 
went as expected. So the logrotate is specifying the dateext to rotate the 
file, we might want to change that. I believe if we disable it the logs would 
be using extensions something like .log.1 or such, but something I have to try.

> system-vm rsyslog logs rotation does not work properly
> ------------------------------------------------------
>
>                 Key: CLOUDSTACK-6885
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6885
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: SystemVM
>    Affects Versions: 4.3.0
>            Reporter: JF Vincent
>            Assignee: Sonal Ojha
>            Priority: Critical
>
> rsyslog reload synthax is bad in the logrotate.d/rsyslog setting resulting in 
> potential FULL on /var/ and critical failures on the VR.
> See below please : 
> root@r-1346-SANDBOX:/var/log# more /etc/logrotate.d/rsyslog
> /var/log/syslog
> {
>         rotate 7
>         daily
>         missingok
>         notifempty
>         delaycompress
>         compress
>         postrotate
>                 invoke-rc.d rsyslog reload > /dev/null
>         endscript
> }
> /var/log/mail.info
> /var/log/mail.warn
> /var/log/mail.err
> /var/log/mail.log
> /var/log/daemon.log
> /var/log/kern.log
> /var/log/auth.log
> /var/log/user.log
> /var/log/lpr.log
> /var/log/cron.log
> /var/log/debug
> /var/log/messages
> {
>         rotate 10
>         daily
>         missingok
>         notifempty
>         compress
>         delaycompress
>         sharedscripts
>         postrotate
>                 invoke-rc.d rsyslog reload > /dev/null
>         endscript
> }
> root@r-1346-SANDBOX:/var/log# /etc/init.d/rsyslog reload
> Usage: /etc/init.d/rsyslog {start|stop|rotate|restart|force-reload|status}
> root@r-1346-SANDBOX:/var/log# /etc/init.d/rsyslog rotate
> [ ok ] Closing open files: rsyslogd.
> "reload" argument in the invoke-rc.d line shoud be replaced by "rotate" 
> argument.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to