commit | e0b08d04ab41f9aca96997c87bd9fa13feba2536 | [log] [tgz] |
---|---|---|
author | Joe Gordon <joe.gordon0@gmail.com> | Wed Aug 20 00:34:55 2014 -0700 |
committer | Joe Gordon <joe.gordon0@gmail.com> | Tue Aug 26 17:10:52 2014 -0700 |
tree | 929d6624b29363e0506459864ab38c632aee180c | |
parent | 11d6bde264a90fde1d8bb8b15e9229f7af808840 [diff] [blame] |
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
diff --git a/unstack.sh b/unstack.sh index fe5fc77..0457ef2 100755 --- a/unstack.sh +++ b/unstack.sh
@@ -162,6 +162,8 @@ cleanup_trove fi +stop_dstat + # Clean up the remainder of the screen processes SCREEN=$(which screen) if [[ -n "$SCREEN" ]]; then