Bug 1612841
Summary: | [v2v] Aggressive Writes of Zeros by imagio | ||
---|---|---|---|
Product: | [oVirt] ovirt-imageio | Reporter: | guy chen <guchen> |
Component: | Daemon | Assignee: | Nir Soffer <nsoffer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | guy chen <guchen> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | --- | CC: | bugs, dagur, ebenahar, guchen, lsurette, nsoffer, srevivo, tnisan, ycui, ylavi |
Target Milestone: | ovirt-4.2.6 | Keywords: | Performance |
Target Release: | --- | Flags: | rule-engine:
ovirt-4.2+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-09-03 15:11:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Scale | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1615144 | ||
Bug Blocks: |
Description
guy chen
2018-08-06 11:57:36 UTC
Can you please explain, what is aggressive zeroing? And why is the zeroing occurs for that matter? As synced with Nir, the issue is that the imageio actually writes zeroes to the storage thus currently may saturate the network when large amounts of VMS migrating in parallel. As understood fast zeroing as qemu is doing will enter soon so this may solve it. As synced with Nir, the issue is that the imageio actually writes zeroes to the storage thus currently may saturate the network when large amounts of VMS migrating in parallel. As understood fast zeroing as qemu is doing will enter soon so this may solve it. (In reply to guy chen from comment #3) > As synced with Nir, the issue is that the imageio actually writes zeroes to > the storage thus currently may saturate the network when large amounts of > VMS migrating in parallel. > As understood fast zeroing as qemu is doing will enter soon so this may > solve it. OK, now I get it, please state that it's v2v migration(!) next time, VM migration is a totally different flow and has nothing to do with writing zeros, hence my confusion. Guy, can you add data from virt-v2v runs supporting the claim that aggressive zero writes cause any issue? Otherwise we can close this bug. With imageio 1.4.3 we use proper apis to write zeros, so this should be resolved by this bug 1615144. Nir, Don't close it, move it to on QA. depending https://bugzilla.redhat.com/show_bug.cgi?id=1615144 From load run on 19.8 with ovirt-imageio-daemon-1.4.3 version with V2V migration of 10 VMS 100GB to FC times where greatly improved following the upgrade with the zero code. Case 8 (disk 33% full) reduced from 50 minutes to 27, and case 8a (disk 66% full) from 75 minutes to 42 minutes. |