Description of problem:
The output of query-named-block-nodes and query-block provides a lot of redundant data by nesting the backing chain information, but then providing it again for other layers in a linear way. This means that we get N+(N-1)+...(1) data entries instead of N.
For a 200 layer backing chain this returns roughly 9MiB of json.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Comment 1Kashyap Chamarthy
2018-02-07 14:42:09 UTC
Created attachment 1392702[details]
To illustrate, for a disk image chain with depth 4, see the attached output of `query-named-block-nodes`
QEMU has been recently split into sub-components and as a one-time operation to avoid breakage of tools, we are setting the QEMU sub-component of this BZ to "General". Please review and change the sub-component if necessary the next time you review this BZ. Thanks
Comment 4Kashyap Chamarthy
2020-07-24 16:31:50 UTC
Comment 7RHEL Program Management
2021-02-15 07:34:31 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Comment 8leidwang@redhat.com
2021-02-23 02:00:12 UTC