Skip to content

Commit b52d558

Browse files
committed
Don't ignore dnf upgrade failure in edpm_bootstrap_command
Resolves: https://issues.redhat.com/browse/OSPRH-25580
1 parent 095c453 commit b52d558

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ ifeval::["{build}" == "downstream"]
541541
edpm_bootstrap_command: |
542542
# FIXME: perform dnf upgrade for other packages in EDPM ansible
543543
# here we only ensuring that decontainerized libvirt can start
544+
set -euxo pipefail
544545
dnf -y upgrade openstack-selinux
545546
rm -f /run/virtlogd.pid
546547
endif::[]

0 commit comments

Comments
 (0)