Bug 892066

Summary: qmp-commands.hx:- "bps_wr": read throughput limit in bytes per second(json-int) is wrong
Product: Red Hat Enterprise Linux 7 Reporter: juzhang <juzhang>
Component: qemu-kvmAssignee: Kevin Wolf <kwolf>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: hhuang, juzhang, michen, qzhang, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-06 12:52:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description juzhang 2013-01-05 03:32:36 UTC
Description of problem:
#vi qmp-commands.hx
...........................
- "bps_rd":  read throughput limit in bytes per second(json-int)
- "bps_wr":  read throughput limit in bytes per second(json-int)
.................................

Version-Release number of selected component (if applicable):
qemu-kvm-1.3.0-2.el7

How reproducible:
100%

Steps to Reproduce:
1.#vi qmp-commands.hx
...........................
- "bps_rd":  read throughput limit in bytes per second(json-int)
- "bps_wr":  read throughput limit in bytes per second(json-int)
.................................

  
Actual results:
- "bps_wr":  read throughput limit in bytes per second(json-int)

Expected results:
- "bps_wr":  write throughput limit in bytes per second(json-int)

Additional info:
Found this issue via checking io throttling related codes.

Comment 1 Ademar Reis 2013-12-06 12:52:34 UTC
fixed upstream already, not exposed to users in RHEL7.