add 25rhcos-azure-udev overlay; drop 25rhcos-azure-udev-rules overlay#785
add 25rhcos-azure-udev overlay; drop 25rhcos-azure-udev-rules overlay#785dustymabe wants to merge 4 commits intoopenshift:masterfrom
Conversation
This reverts commit 90bd86e.
The WALinuxAgent-udev package exists now. This reverts commit 5cd6441.
The directory is no longer needed because the 25rhcos-azure-udev-rules overlay got removed in the previous commit.
This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustymabe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This comment was marked as outdated.
This comment was marked as outdated.
|
For this we'll wait for two things.
|
@dustymabe both of these have completed; I think you can proceed with this PR |
|
@dustymabe: PR needs rebase. DetailsInstructions 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. |
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay because the WALinuxAgent-udev package exists. We do still need the glue code that copies the udev files into the initramfs via a dracut module, thought. This is not needed for RHEL 9.0. This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo for 8.6. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686 From: openshift#785
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay because the WALinuxAgent-udev package exists. We do still need the glue code that copies the udev files into the initramfs via a dracut module, thought. This is not needed for RHEL 9.0. This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo for 8.6. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686 From: openshift#785
|
I merged this one into #803 |
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay because the WALinuxAgent-udev package exists. We do still need the glue code that copies the udev files into the initramfs via a dracut module, thought. This is not needed for RHEL 9.0. This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo for 8.6. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686 From: openshift#785
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay because the WALinuxAgent-udev package exists. We do still need the glue code that copies the udev files into the initramfs via a dracut module, thought. This is not needed for RHEL 9.0. This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo for 8.6. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686 From: openshift#785
|
This addresses a 4.11 regression tracked in https://bugzilla.redhat.com/show_bug.cgi?id=2092966. |
For RHEL 8.6, we no longer need the 25rhcos-azure-udev-rules overlay because the WALinuxAgent-udev package exists. We do still need the glue code that copies the udev files into the initramfs via a dracut module, thought. This is not needed for RHEL 9.0. This migrates the glue code that installs the udev rules into the initramfs to an overlay module in the RHCOS repo for 8.6. It was no longer needed in FCOS and removed from the overlay there in [1]. [1] coreos/fedora-coreos-config#1686 From: openshift#785
|
/close |
|
@travier: Closed this PR. DetailsIn response to this:
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. |
We no longer need the 25rhcos-azure-udev-rules overlay because
the WALinuxAgent-udev package exists in el8. We do still need
the glue code that copies the udev files into the initramfs
via a dracut module, thought. Can drop that in el9.