Comment 5 for bug 1603842

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/357188
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=10fb76cd373eff03843ed77381bc4873d05fbd26
Submitter: Jenkins
Branch: stable/8.0

commit 10fb76cd373eff03843ed77381bc4873d05fbd26
Author: Anton Chevychalov <email address hidden>
Date: Thu Aug 18 15:46:49 2016 +0300

    Fix dockerctl backup logic to remove double pausing

    This commit changes logic of pausing containers to prevent trying
    to pause already paused containers.
    If container was running before backup it will be paused and than unpaused.
    If container was paused before backup it will stay paused after backup.

    Change-Id: I78f428660366932b34002cd9985be79df8162c38
    Closes-Bug: #1603842