| Summary: | Copy/Sync percentage drops when maxrecoveryrate is changed on a RAID LV | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Nenad Peric <nperic> | ||||
| Component: | lvm2 | Assignee: | Jonathan Earl Brassow <jbrassow> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 6.5 | CC: | agk, dwysocha, heinzm, jbrassow, msnitzer, nperic, prajnoha, prockai, thornber, zkabelac | ||||
| 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: | 2014-04-09 10:53:29 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1075263 | ||||||
| Attachments: |
|
||||||
|
Description
Nenad Peric
2013-10-22 11:54:47 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. Does the recovery rate have to be changed in a particular direction? My script is currently increasing the rate, but never decreasing. I'll attach the script I'm using. Created attachment 881466 [details]
Test I'm using to verify reported percentages do not drop.
My test currently only increases recovery rate. It also assumes a VG name of 'vg'.
(In reply to Jonathan Earl Brassow from comment #5) > Created attachment 881466 [details] > Test I'm using to verify reported percentages do not drop. > > My test currently only increases recovery rate. It also assumes a VG name > of 'vg'. If you want this test to work well, you will probably have to: s/ rate=$((${a[1]} + 100)) / rate=$((10#${a[1]} + 100)) / Otherwise, some of the percent numbers will be improperly converted to octal. I was not increasing or decreasing. I was actually sending the same number to the change command, as stated in the opening comment. However, I'll test it again with the newest build with increasing and decreasing and see what hapens. I've tested again and by creating with a rate of 512 and changing to a rate of 2048, like in the opening comment. I still cannot reproduce. Ok, I will re-test it today again with the newest LVM build and post back the results. Maybe it is no longer happening. I cannot seem to reproduce this anymore. So whatever has changed in the meantime, this percentage remains the same or grows faster, as would be expected with the increase of the recovery rate. I suppose that this bug can now be closed as such, and if I run into it again in the future, I will open a new one (or re-open this one..) |