cinder/releasenotes/notes/ceph-catch-more-failure-conditions-d2ec640f5ff8051c.yaml
Jan Hartkopf f8e13a883d 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 <zaitcev@kotori.zaitcev.us>
Change-Id: I53b573bfff64e7460ef34f1355d3a9d52a8879f9
Signed-off-by: Jan Hartkopf <jhartkopf@inovex.de>
2024-01-16 15:34:55 +01:00

11 lines
413 B
YAML

---
fixes:
- |
`Bug #2031897 <https://bugs.launchpad.net/cinder/+bug/2031897>`_: Fixed
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.