Comment 4 for bug 1435148

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/juno)

Reviewed: https://review.openstack.org/167093
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=8c601bcc5199d35bd113a0aa37d7f8ba7335cb92
Submitter: Jenkins
Branch: stable/juno

commit 8c601bcc5199d35bd113a0aa37d7f8ba7335cb92
Author: Mahito OGURA <email address hidden>
Date: Mon Mar 23 15:19:57 2015 +0900

    Fix unstack.sh to stop stop_dstat when it is disabled.

    unstack.sh always stop dstat process, however unstack.sh show 'dstat: no process
    found' when dstat is disabled.
    This patch stop function of stop_dstat, when dstat is disabled.

    Backported from https://review.openstack.org/#/c/166709/

    Change-Id: If9054826bed8a7fedd4f77ef4efef2c0ccd7f16e
    Closes-Bug: #1435148