This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1838189 - [RFE] Eliminate raw format blockdev to improve disk I/O performance
Summary: [RFE] Eliminate raw format blockdev to improve disk I/O performance
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: libvirt
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: ---
Assignee: Peter Krempa
QA Contact: Han Han
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-20 15:44 UTC by Stefan Hajnoczi
Modified: 2023-09-22 16:27 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-09-22 16:27:01 UTC
Type: Story
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker   RHEL-7343 0 None Migrated None 2023-09-22 16:36:13 UTC

Description Stefan Hajnoczi 2020-05-20 15:44:18 UTC
Performance benchmarking shows that skipping the raw format blockdev improves I/O performance. On an Optane NVMe drive where small improvements are most noticeable it reduces I/O latency by ~300 ns and increases IOPS by 3,000.

The raw format driver simply passes requests to the protocol driver (raw-posix, iscsi, etc). Omitting it does not affect disk I/O except that it increases performance slightly.

Note that the raw format driver can be used to expose a subset of the underlying storage using the offset=/size= parameters. In this case the raw format driver is necessary and cannot be omitted.

Please omit the raw format blockdev when possible.

Comment 1 Peter Krempa 2020-05-20 17:58:07 UTC
The raw driver was added for symmetry with what qemu did with -drive. Some tweaking will be required though as the block job code expects the 'format' layer to be always present.

Comment 7 RHEL Program Management 2021-11-20 07:27:00 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.

Comment 8 Peter Krempa 2021-11-22 15:04:56 UTC
This is still an ongoing effort.

Comment 14 RHEL Program Management 2023-09-22 16:18:28 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.


Note You need to log in before you can comment on or make changes to this bug.