Comment 17 for bug 1692775

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

Reviewed: https://review.openstack.org/537003
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=60bd878c3761b69311ef2732d37aaeeb3929a8e3
Submitter: Zuul
Branch: stable/pike

commit 60bd878c3761b69311ef2732d37aaeeb3929a8e3
Author: Chhavi Agarwal <email address hidden>
Date: Tue Nov 7 07:05:49 2017 -0500

    Run backup-restore operations on native thread

    During huge backup file read write operations holds the CPU which
    leads to thread starvation, and cause cinder backup service to
    report down, as DB operations are impacted.
    Proposed changes are to run CPU and file sensitive operations like
    read, write, compress, decompress on a native thread.

    Change-Id: I1f1d9c0d6e3f04f1ecd5ef7c5d813005ee116409
    Closes-Bug: #1692775
    Co-Authored-By: Gorka Eguileor <email address hidden>
    (cherry picked from commit dd556fa755adca195e7df82477ae6400f693af14)