Bug 852394
| Summary: | libguestfs inspection limits registries to 100 MiB | |||
|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Richard W.M. Jones <rjones> | |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | |
| Status: | CLOSED UPSTREAM | QA Contact: | ||
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | unspecified | CC: | anande, dyasny, mbooth, sputhenp | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 852396 (view as bug list) | Environment: | ||
| Last Closed: | 2012-08-29 16:53:26 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 852396 | |||
|
Description
Richard W.M. Jones
2012-08-28 11:27:20 UTC
So is there something that can be done in this? May be Compress registry hives during V2V and then bloating it again once the VM starts running on RHEV, considering that compressing the registry has its own performance issues during and while the system is running ? reference: * http://libguestfs.org/hivex.3.html * http://support.microsoft.com/kb/2498915 (In reply to comment #1) > So is there something that can be done in this? > > May be Compress registry hives during V2V > and then bloating it again once the VM starts running on RHEV, considering > that compressing the registry has its own performance issues > during and while the system is running ? > > reference: > > * http://libguestfs.org/hivex.3.html > * http://support.microsoft.com/kb/2498915 Anything that reduces the hive file (specifically C:\Windows\System32\Config\SOFTWARE) to below 100 MiB will work. The MS KB article above looks like one valid way to do this, albeit they will need WinPE which isn't common or simple software to do it. Hivex cannot be used for this. [Made the comments public because they don't contain customer information] Posted upstream: https://www.redhat.com/archives/libguestfs/2012-August/msg00140.html Pushed upstream in libguestfs 1.19.35. |