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: # To enable memory_tracker add:
# enable_service memory_tracker # enable_service memory_tracker
# to your localrc # 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) # remove support for the old name when it's no longer used (sometime in Queens)
if is_service_enabled peakmem_tracker; then if is_service_enabled peakmem_tracker; then
deprecated "Use of peakmem_tracker in devstack is deprecated, use memory_tracker instead" 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 fi
} }

View File

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