Merge "enable multiple collector workers"

This commit is contained in:
Jenkins 2014-08-19 23:50:24 +00:00 committed by Gerrit Code Review
commit 58f8f429c8
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ function configure_ceilometer {
if [ "$CEILOMETER_BACKEND" = 'mysql' ] || [ "$CEILOMETER_BACKEND" = 'postgresql' ] ; then
iniset $CEILOMETER_CONF database connection `database_connection_url ceilometer`
iniset $CEILOMETER_CONF DEFAULT collector_workers $(( ($(nproc) + 1) / 2 ))
else
iniset $CEILOMETER_CONF database connection mongodb://localhost:27017/ceilometer
configure_mongodb