You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/08 22:58:17 UTC

[GitHub] [cloudstack] shawniverson opened a new issue, #6718: conntrackd Syslog on filling up var

shawniverson opened a new issue, #6718:
URL: https://github.com/apache/cloudstack/issues/6718

   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   VR
   
   ##### CLOUDSTACK VERSION
   latest
   
   ##### CONFIGURATION
   N/A
   
   ##### OS / ENVIRONMENT
   KVM
   
   ##### SUMMARY
   We have large customers with a lot of VR traffic traversing the VRs.  Logrotate cannot keep up and /var fills up to 100%, causing the VR to exhibit problems when attempting to start/restart instances in the VPC and/or traffic stops flowing.  Conntrackd is logging verbosely to daemon.log because Syslog = on
   
   ##### STEPS TO REPRODUCE
   Create a large amount of traffic to/from a VPC 
   
   ##### EXPECTED RESULTS
   /var should not fill up regardless of traffic load
   
   ##### ACTUAL RESULTS
   /var fills up


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] boring-cyborg[bot] commented on issue #6718: conntrackd Syslog on filling up var

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #6718:
URL: https://github.com/apache/cloudstack/issues/6718#issuecomment-1241317213

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shawniverson commented on issue #6718: conntrackd filling up var

Posted by GitBox <gi...@apache.org>.
shawniverson commented on issue #6718:
URL: https://github.com/apache/cloudstack/issues/6718#issuecomment-1245607392

   Propose adding the following to /opt/cloud/templates/conntrackd.conf.templ as follows in systemvm.iso:
   ```
   @@ -413,6 +413,9 @@
            #   ESTABLISHED CLOSED TIME_WAIT CLOSE_WAIT for TCP
            # }
        }
   +    Stats {
   +        LogFile off
   +    }
    
        # default debian service unit file is of Type=notify
        Systemd on
   ```
   Can prepare PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org