Comment 10 for bug 2031897

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/897245
Committed: https://opendev.org/openstack/cinder/commit/f8e13a883d961a4a5ba1cf6f557a96ebe6f540ad
Submitter: "Zuul (22348)"
Branch: master

commit f8e13a883d961a4a5ba1cf6f557a96ebe6f540ad
Author: Jan Hartkopf <email address hidden>
Date: Tue Jan 16 15:34:55 2024 +0100

    Ceph: Catch more failure conditions on volume backup

    This fixes issues for volume backups with the Ceph driver
    where failures of the first process ("rbd export-diff") were
    not caught. Instead, only the return code of the second
    process ("rbd import-diff") was recognized.

    This change also preserves the stderr that was lost previously
    in order to ease debugging.

    Closes-Bug: 2031897
    Co-Authored-By: Pete Zaitcev <email address hidden>
    Change-Id: I53b573bfff64e7460ef34f1355d3a9d52a8879f9
    Signed-off-by: Jan Hartkopf <email address hidden>