Comment 9 for bug 1843043

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla (master)

Reviewed: https://review.opendev.org/691290
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=88f374c914c4d6709a1edf407a912c8cf566038b
Submitter: Zuul
Branch: master

commit 88f374c914c4d6709a1edf407a912c8cf566038b
Author: Mark Goddard <email address hidden>
Date: Fri Oct 25 12:33:01 2019 +0100

    Set pipefail in kolla_mariadb_backup.sh

    Without this, a failure in mariabackup would be ignored due to the pipe
    to gzip.

    Change-Id: I84536b302991e8fb04d5fa67ea266bc428437ce1
    Related-Bug: #1843043