rhcos-fde: tpm2_pcrlist is now tpm2_pcrread#511
rhcos-fde: tpm2_pcrlist is now tpm2_pcrread#511openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
Happened to see this error while building RHCOS: ``` dracut-install: ERROR: installing 'tpm2_pcrlist' dracut: FAILED: /usr/lib/dracut/dracut-install -D /tmp/dracut/dracut.ibNvrR/initramfs -a -f blockdev base64 chmod clevis clevis-decrypt clevis-decrypt-sss clevis-decrypt-tpm2 clevis-encrypt-sss clevis-encrypt-tang clevis-encrypt-tpm2 clevis-luks-bind clevis-luks-common-functions clevis-luks-unbind clevis-luks-unlock cryptsetup cryptsetup-reencrypt curl cut dd dirname growpart head jose jq luksmeta mktemp nc pwmake sfdisk sync systemd-detect-virt touch tpm2_create tpm2_createpolicy tpm2_createprimary tpm2_load tpm2_pcrlist tpm2_unseal tr umount ``` Found https://bugzilla.redhat.com/show_bug.cgi?id=1847983 which states that `tpm2_pcrlist` has been renamed to `tpm2_pcrread`
|
The name change was part of RHEL 8.3, so that means RHCOS 4.7 has this problem. Though I don't know if failure to install that module is actually affecting anything right now. |
|
A lot of this stuff can be dropped now that we've moved to LUKS via Ignition, where we rely on Clevis to know what binaries it needs to install (see review comments in coreos/ignition-dracut#192), but meh... I guess it's safer to just stick with this for now until we completely drop it. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashcrow, jlebon, miabbott 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
More of #506 I'm going to override the test result; I've build this locally and done /override ci/prow/unit |
|
@miabbott: Overrode contexts on behalf of miabbott: ci/prow/unit 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. |
Happened to see this error while building RHCOS:
Found https://bugzilla.redhat.com/show_bug.cgi?id=1847983 which states
that
tpm2_pcrlisthas been renamed totpm2_pcrread