Build overcloud image for rhel8 fails sometimes on in_target.d/post-install.d/51-enable-network-service
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Unassigned |
Bug Description
In almost half of cases building overcloud qcow2 image fails for RHEL-8 on step:
2019-11-18 12:31:42.708 | dib-run-parts Running /tmp/in_
2019-11-18 12:31:42.710 | + set -o pipefail
2019-11-18 12:31:42.710 | + chkconfig network on
2019-11-18 12:31:42.712 | failed to glob pattern /etc/rc0.
When it passes, this element is completed, for example:
2019-11-18 00:30:36.606 | dib-run-parts Running /tmp/in_
2019-11-18 00:30:36.608 | + set -o pipefail
2019-11-18 00:30:36.608 | + chkconfig network on
2019-11-18 00:30:36.611 | dib-run-parts 51-enable-
tags: | added: promotion-blocker |
this was the error previously when we were using systemd, so same problem i guess