----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21806/ -----------------------------------------------------------
Review request for cloudstack, Abhinandan Prateek, daan Hoogland, Rajesh Battala, Rohit Yadav, and Hugo Trippaers. Repository: cloudstack-git Description ------- Conntrackd package has a bug where the comment in the default config file states that stats logging is disabled by default but the config parameter is set to on. The consequence for ACS is that a conntrackd-stats.log file is created during the build of the svm. This logfile gets rotated by logrotate which has a post action to restart conntrackd. Even if the svm is not a redundant router. On vpc routers for instance the stats logging file can grow quickly and fill up the /var volume killing the vm. Diffs ----- tools/appliance/definitions/systemvm64template/postinstall.sh cc8ead9 tools/appliance/definitions/systemvmtemplate/postinstall.sh 23e66dd Diff: https://reviews.apache.org/r/21806/diff/ Testing ------- We are running this fix in our production environment for a couple months allready. Thanks, Joris van Lieshout