Bug 1791280

Summary: e2e-metal: Installation fails to complete pending on DaemonSet \"openshift-multus/multus\"
Product: OpenShift Container Platform Reporter: Scott Dodson <sdodson>
Component: RHCOSAssignee: Jonathan Lebon <jlebon>
Status: CLOSED ERRATA QA Contact: Michael Nguyen <mnguyen>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.4CC: aos-bugs, bbreard, dustymabe, imcleod, jlebon, jligon, jokerman, miabbott, mifiedle, mnguyen, nstielau, rphillips, scuppett, smilner, walters
Target Milestone: ---   
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously, nodes could run out of space during bootstrapping due to services which grow the filesystem running too late. The ordering has been fixed now and nodes should ordinarily no longer run out of space during the bootstrapping phase.
Story Points: ---
Clone Of: 1789014 Environment:
Last Closed: 2020-05-04 11:24:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1789014    

Comment 4 Michael Nguyen 2020-02-03 20:33:38 UTC
Verified on 4.4.0-0.nightly-2020-02-03-134035

Also searched for the errors on ci-search and did not find the daemonset error.

$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-02-03-134035   True        False         35m     Cluster version is 4.4.0-0.nightly-2020-02-03-134035
$ oc debug node/ci-ln-rbvr2-m-1.c.openshift-gce-devel-ci.internal
Starting pod/ci-ln-rbvr2-m-1copenshift-gce-devel-ciinternal-debug ...
To use host binaries, run `chroot /host`
If you don't see a command prompt, try pressing enter.
chroot /host
sh-4.4#

sh-4.4# systemctl cat rhcos-growpart.service 
# /usr/lib/systemd/system/rhcos-growpart.service
[Unit]
Description=Resize root partition
ConditionPathExists=!/run/ostree-live
ConditionPathExists=!/var/lib/coreos-growpart.stamp

Conflicts=coreos-growpart.service

# Wait for networking since the device may be encrypted for
# NBDE via Clevis/Tang.
After=network-online.target
Wants=network-online.target

# List a couple of space-hungry services we want to make sure we run *before*.
# This is a hack; in the future we'll just resize in the initramfs like on FCOS.

Before=machine-config-daemon-firstboot.service
# This shouldn't be enabled in the future, though for now, make sure we run before it. See:
# https://github.com/openshift/machine-config-operator/pull/1366
Before=machine-config-daemon-host.service
# XXX: do we actually need this? cargo-culted from 9e2d724
Before=sshd.service

[Service]
Type=oneshot
ExecStart=/usr/libexec/rhcos-growpart /
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

Comment 6 errata-xmlrpc 2020-05-04 11:24:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:0581