Implement a new "connectefi disk" command enabling DISK I/O devices as well as SCSI I/O devices#202
Open
rmetrich wants to merge 3 commits intorhboot:rhel-9-mainfrom
Open
Implement a new "connectefi disk" command enabling DISK I/O devices as well as SCSI I/O devices#202rmetrich wants to merge 3 commits intorhboot:rhel-9-mainfrom
rmetrich wants to merge 3 commits intorhboot:rhel-9-mainfrom
Conversation
Contributor
Author
|
The 2nd commit is a resync with Upstream code that was not accepted yet. I've sent the patch to Upstream as well: |
The 'connectefi disk' command now connects DISK I/O devices as well. The 'connectefi scsi' command is now deprecated and maps to 'connectefi disk'. Connecting DISK I/O devices is required to chainboot HPE ProLiant DL360 Gen10 Plus systems which have their internal NVME disks use the SATA protocol. Below is the 'lsefi' output of such system after connecting DISK I/O devices: -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -- Handle 0x37fa2218 /ACPI(a0341d0,0)/PCI(0,17)/Sata(0,0,0)/EndEntire 151c8eae-7f2c-472c-9e54-9828194f6a88 disk d432a67f-14dc-484b-b3bb-3f0291849327 a77b2472-e282-4e9f-a245-c2c0e27bbcc1 block device path -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -- Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
2e7147b to
522c8b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
connectefi diskcommand now connects DISK I/O devices as well.The
connectefi scsicommand is now deprecated and maps toconnectefi disk.Connecting DISK I/O devices is required to chainboot HPE ProLiant DL360 Gen10 Plus systems which have their internal NVME disks use the SATA protocol.
Below is the
lsefioutput of such system after connecting DISK I/O devices:See also RFE RHEL-84072