Merge "run memory_tracker as root"

This commit is contained in:
Jenkins 2017-03-24 12:59:24 +00:00 committed by Gerrit Code Review
commit fb73a8fc6f
2 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@ function start_dstat {
# To enable memory_tracker add:
# enable_service memory_tracker
# to your localrc
run_process memory_tracker "$TOP_DIR/tools/memory_tracker.sh"
run_process memory_tracker "sudo $TOP_DIR/tools/memory_tracker.sh"
# remove support for the old name when it's no longer used (sometime in Queens)
if is_service_enabled peakmem_tracker; then
deprecated "Use of peakmem_tracker in devstack is deprecated, use memory_tracker instead"
run_process peakmem_tracker "$TOP_DIR/tools/memory_tracker.sh"
run_process peakmem_tracker "sudo $TOP_DIR/tools/memory_tracker.sh"
fi
}

View File

@ -86,7 +86,7 @@ function tracker {
# list processes that lock memory from swap
if [[ $unevictable -ne $unevictable_point ]]; then
unevictable_point=$unevictable
sudo ./tools/mlock_report.py
./tools/mlock_report.py
fi
echo "]]]"