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 666227 - vdsm produces too many iops
Summary: vdsm produces too many iops
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: vdsm
Version: 6.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Barak
QA Contact: Daniel Paikov
URL:
Whiteboard:
Depends On: 664882
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-29 18:06 UTC by Ayal Baron
Modified: 2013-07-04 07:38 UTC (History)
12 users (show)

Fixed In Version: vdsm-4.9-47.el6
Doc Type: Bug Fix
Doc Text:
Clone Of: 664882
Environment:
Last Closed: 2011-08-19 15:07:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ayal Baron 2010-12-29 18:06:52 UTC
+++ This bug was initially created as a clone of Bug #664882 +++

Hi,

SPM hosts produce ~ 2000 iops, some times even more, every 2 seconds.

This is probably because the periodic inbox reads are being done as the following:

dd if=[path_to_inbox] iflag=direct bs=512 count=2000, while the total size of it  is only 1M

This situation heavily impacts customers SAN.

Thanks,

Vladik

Comment 3 Rami Vaknin 2011-02-08 14:41:42 UTC
Fixed.
Tested on RHEL6 with vdsm-4.9-47.el6.x86_64,

Before fix dd wrote 512 byte for 2000 times:

Dummy-4556::DEBUG::2011-02-08 11:08:00,896::storage_mailbox::626::Storage.Misc.excCmd::(_checkForMail) 'dd if=/rhev/data-center/ade9f73e-272a-42bb-8b8c-bb3288e0637e/mastersd/dom_md/inbox iflag=direct bs=512 count=2000' (cwd None)

While after fix dd wrote 1M for 1 time:

Dummy-3241::DEBUG::2011-02-08 16:35:45,982::storage_mailbox::632::Storage.Misc.excCmd::(_checkForMail) 'dd if=/rhev/data-center/ade9f73e-272a-42bb-8b8c-bb3288e0637e/mastersd/dom_md/inbox iflag=direct,fullblock count=1 bs=1024000' (cwd None)

Although it's hard to see the exact iops number using iostat, the tps column shows that the inbox's DM device have low iops average which get lower consistently..


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