centos 9 image build fails "service network: No such file or directory"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Triaged
|
Critical
|
Unassigned |
Bug Description
Testing the centos9 image build at [1] there is a failure during building of the overcloud-full image coming from [2] where we are explicitly starting the network service (for bug 1823353 [3]).
The trace (at [4]) looks like:
2021-09-28 13:22:11.032 | dib-run-parts Running /tmp/in_
2021-09-28 13:22:11.035 | + set -o pipefail
2021-09-28 13:22:11.035 | + chkconfig network on
2021-09-28 13:22:11.037 | error reading information on service network: No such file or directory
I posted [5] as a workaround for now to allow the image build to complete but I guess this is part of the wider issue with network manager vs network scripts? So for example will [5] be a workaround for now or is that the actual solution i.e. for C9 we just don't try to start the network service there (something something, network manager ?).
[1] https:/
[2] https:/
[3] https:/
[4] https:/
[5] https:/
added the promotion-blocker flag via irc just now we apparently want to track all of these issues as CIX.