GitHub user SudharmaJain opened a pull request: https://github.com/apache/cloudstack/pull/883
CLOUDSTACK-8906: /var/log/cloud/ doesn't get logrotated on xenserver After integrating XS with CCP the following folder gets created: /var/log/cloud/ however the logs in that are not rotated resulting in root file system fill up. It was a known issue and link http://support.citrix.com/article/CTX138064 describes the issue and solution. Used the article and added corresponding changes to Cloudstack. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SudharmaJain/cloudstack cs-8906 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/883.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #883 ---- commit ffc786f40317c05e0a9b2b3ccd47fee21e1f76bb Author: SudharmaJain <sudharma.j...@citrix.com> Date: 2015-09-24T12:34:38Z CLOUDSTACK-8906: /var/log/cloud/ doesn't get logrotated on xenserver ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---