Comment 8 for bug 1530167

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/270707
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=45c261069386de07160d7416cdeceac09dc2f1c1
Submitter: Jenkins
Branch: stable/8.0

commit 45c261069386de07160d7416cdeceac09dc2f1c1
Author: Michael Polenchuk <email address hidden>
Date: Thu Jan 14 17:57:57 2016 +0300

    Disable accounting procacct mode

    Turn off process accounting ('no procacct' mode).
    But atop still has an ability to collect valuable stats.

    Bring in internal "custom_acct_file" option:
    * false - use atop default accounting file
    * /path_to/atop.acct - custom one
    * undef - disable accounting procacct mode

    DocImpact: 'custom_accounting_file' is system wide process
    accounting file (valid values is above).

    Change-Id: Ida00dc663dd8c6494c479de2ae2f0f7ab6014a84
    Closes-Bug: #1530167
    (cherry picked from commit 57911011587fbf24b9e68b2a67fc3f6d1bef967e)