Pull dstat logic into its own function so grenade can use it

In order to use dstat on the new side of grenade, pull dstat code into
its own lib with the function start_dstat
Change-Id: I5c908d594a6f3a90ed4b3f744002bf606841cf07
This commit is contained in:
Joe Gordon
2014年08月20日 00:34:55 -07:00
parent 11d6bde264
commit e0b08d04ab

View File

@@ -162,6 +162,8 @@ if is_service_enabled trove; then
cleanup_trove
fi
stop_dstat
# Clean up the remainder of the screen processes
SCREEN=$(which screen)
if [[ -n "$SCREEN" ]]; then
Reference in New Issue
openstack/devstack
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.