Skip to content

Bug 1935174: bump RHCOS boot image for LUKS fixes#4746

Closed
miabbott wants to merge 1 commit intoopenshift:release-4.7from
miabbott:bz1935174_rhcos_bump
Closed

Bug 1935174: bump RHCOS boot image for LUKS fixes#4746
miabbott wants to merge 1 commit intoopenshift:release-4.7from
miabbott:bz1935174_rhcos_bump

Conversation

@miabbott
Copy link
Copy Markdown
Member

This bumps the RHCOS boot images to address the LUKS problem
described in RHBZ#1934863

This bumps the RHCOS boot images to address the LUKS problem
described in RHBZ#1934863
@openshift-ci-robot openshift-ci-robot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Mar 12, 2021
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@miabbott: This pull request references Bugzilla bug 1935174, which is invalid:

  • expected the bug to target the "4.7.z" release, but it targets "4.8.0" instead
  • expected dependent Bugzilla bug 1934557 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is POST instead
  • expected dependent Bugzilla bug 1934863 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is MODIFIED instead
  • expected dependent Bugzilla bug 1934863 to target a release in 4.8.0, but it targets "4.7.z" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 1935174: bump RHCOS boot image for LUKS fixes

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Mar 12, 2021
@miabbott
Copy link
Copy Markdown
Member Author

Depends on #4745 getting merged/verified

Copy link
Copy Markdown
Contributor

@staebler staebler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: staebler

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 12, 2021
@miabbott
Copy link
Copy Markdown
Member Author

/retest

cfergeau added a commit to cfergeau/crc that referenced this pull request Mar 16, 2021
With 4.6 bundles, /dev/vda4 was automatically extended at startup to
fill unused disk space. This no longer happens in 4.7, possibly until
openshift/installer#4746 is fixed.
This makes the xfs_growfs call in crc ineffective, as /dev/vda4 still
has its initial size.
This commit makes crc grow the partition itself until this bug is fixed.
cfergeau added a commit to cfergeau/crc that referenced this pull request Mar 16, 2021
With 4.6 bundles, /dev/vda4 was automatically extended at startup to
fill unused disk space. This no longer happens in 4.7, possibly until
openshift/installer#4746 is fixed.
This makes the xfs_growfs call in crc ineffective, as /dev/vda4 still
has its initial size.
This commit makes crc grow the partition itself until this bug is fixed.

This fixes crc-org#2104
@miabbott
Copy link
Copy Markdown
Member Author

TL;DR - test failures do not look like they were introduced with this change


e2e-metal-assisted is pretty red lately; showing the following failure in most recent runs:

TypeError: __init__() got an unexpected keyword argument 'static_network_config'
make: *** [Makefile:295: _deploy_nodes] Error 1
make: *** [Makefile:299: deploy_nodes_with_install] Error 2
{"component":"entrypoint","error":"wrapped process failed: exit status 2","file":"prow/entrypoint/run.go:80","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2021-03-15T13:39:03Z"}
error: failed to execute wrapped command: exit status 2

Probably needs a new BZ.

e2e-kubevirt looks to be permafailing as of late.

e2e-aws is failing on [sig-auth][Feature:SCC][Early] should not have pod creation failures during install [Suite:openshift/conformance/parallel]

Sippy lead me to https://bugzilla.redhat.com/show_bug.cgi?id=1913069

e2e-metal-ipi-ovn-dualstack failing on [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance] [Suite:openshift/conformance/parallel/minimal] [Suite:k8s]

Seems like it has been present in various other CI jobs over the last 7 days; will file a BZ for it.

@miabbott
Copy link
Copy Markdown
Member Author

/assign jlebon

@miabbott
Copy link
Copy Markdown
Member Author

/bugzilla refresh

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@miabbott: This pull request references Bugzilla bug 1935174, which is invalid:

  • expected dependent Bugzilla bug 1934557 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is ON_QA instead
  • expected dependent Bugzilla bug 1934863 to target a release in 4.8.0, but it targets "4.7.z" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@miabbott
Copy link
Copy Markdown
Member Author

expected dependent Bugzilla bug 1934863 to target a release in 4.8.0, but it targets "4.7.z" instead

This doesn't make sense to me; the BZ is for a fix to part of RHCOS in 4.7, it should target 4.7.z

The same fix landed in RHCOS 4.8 as part of https://bugzilla.redhat.com/show_bug.cgi?id=1934174

@jlebon
Copy link
Copy Markdown
Member

jlebon commented Mar 16, 2021

I've verified that the x86_64 RHCOS version here fixes https://bugzilla.redhat.com/show_bug.cgi?id=1935174.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 16, 2021
@miabbott
Copy link
Copy Markdown
Member Author

/test e2e-aws

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

5 similar comments
@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

16 similar comments
@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

cfergeau added a commit to cfergeau/crc that referenced this pull request Mar 17, 2021
With 4.6 bundles, /dev/vda4 was automatically extended at startup to
fill unused disk space. This no longer happens in 4.7, possibly until
openshift/installer#4746 is fixed.
This makes the xfs_growfs call in crc ineffective, as /dev/vda4 still
has its initial size.
This commit makes crc grow the partition itself until this bug is fixed.

This fixes crc-org#2104
@miabbott
Copy link
Copy Markdown
Member Author

e2e-openstack-ipi appears to be permafailing well before this PR was introduced

e2e-metal-assisted also permafailing before this PR was introduced. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1939560

e2e-kubevirt also permafailing before this PR was introduced.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

cfergeau added a commit to cfergeau/crc that referenced this pull request Mar 17, 2021
With 4.6 bundles, /dev/vda4 was automatically extended at startup to
fill unused disk space. This no longer happens in 4.7, possibly until
openshift/installer#4746 is fixed.
This makes the xfs_growfs call in crc ineffective, as /dev/vda4 still
has its initial size.
This commit makes crc grow the partition itself until this bug is fixed.

This fixes crc-org#2104
@staebler
Copy link
Copy Markdown
Contributor

e2e-openstack-ipi appears to be permafailing well before this PR was introduced

e2e-metal-assisted also permafailing before this PR was introduced. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1939560

e2e-kubevirt also permafailing before this PR was introduced.

Yes, those should not be required jobs. They were introduced as required by a release bug.

/override ci/prow/e2e-openstack-ipi
/override ci/prow/e2e-metal-assisted
/override ci/prow/e2e-kubevirt

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@staebler: Overrode contexts on behalf of staebler: ci/prow/e2e-kubevirt, ci/prow/e2e-metal-assisted, ci/prow/e2e-openstack-ipi

Details

In response to this:

e2e-openstack-ipi appears to be permafailing well before this PR was introduced

e2e-metal-assisted also permafailing before this PR was introduced. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1939560

e2e-kubevirt also permafailing before this PR was introduced.

Yes, those should not be required jobs. They were introduced as required by a release bug.

/override ci/prow/e2e-openstack-ipi
/override ci/prow/e2e-metal-assisted
/override ci/prow/e2e-kubevirt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@jlebon
Copy link
Copy Markdown
Member

jlebon commented Mar 17, 2021

/hold

Discussing with @mike-nguyen, who was able to also verify the "rootfs too small" bug is fixed when testing RHCOS directly, but not when using the installer directly.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 17, 2021
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Mar 17, 2021

@miabbott: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-metal-assisted 6792104 link /test e2e-metal-assisted
ci/prow/e2e-kubevirt 6792104 link /test e2e-kubevirt
ci/prow/e2e-openstack-ipi 6792104 link /test e2e-openstack-ipi

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

guillaumerose pushed a commit to crc-org/crc that referenced this pull request Mar 18, 2021
With 4.6 bundles, /dev/vda4 was automatically extended at startup to
fill unused disk space. This no longer happens in 4.7, possibly until
openshift/installer#4746 is fixed.
This makes the xfs_growfs call in crc ineffective, as /dev/vda4 still
has its initial size.
This commit makes crc grow the partition itself until this bug is fixed.

This fixes #2104
@lucab
Copy link
Copy Markdown

lucab commented Mar 19, 2021

@miabbott @jlebon @mike-nguyen while further validation for the original request is ongoing, can you please refresh the artifacts to something at least as recent as RHCOS 47.83.202103181343? Full details in https://bugzilla.redhat.com/show_bug.cgi?id=1935174#c4.

@miabbott
Copy link
Copy Markdown
Member Author

Oops, I forgot I had this open. I started another, more up-to-date PR over at #4778

@miabbott miabbott closed this Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants