Bug 2112040
Summary: | size of edge container .tar is shown as 0 GB | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Micah Abbott <miabbott> | ||||
Component: | cockpit-composer | Assignee: | Jacob <jkozol> | ||||
Status: | CLOSED MIGRATED | QA Contact: | Xiaofeng Wang <xiaofwan> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 9.0 | CC: | yih | ||||
Target Milestone: | rc | Keywords: | MigratedToJIRA | ||||
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
||||
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: | 2023-09-18 12:42:02 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: | |||||||
Attachments: |
|
Reproduced this bug in my rhel9.0 machine, and I tried more edge image types, here is the result: 1. For edge-commit, edge-container and edge-installer image type, the size is 0 GB, this is not correct. 2. For simplified-installer type, the size is 10 GB, this number is much more larger than the actual size, which is about 862M. [root@yih-rhel90 rhel-edge]# ls -l total 4703012 -rw-------. 1 root root 862976000 Jul 28 23:19 169e21a2-3be0-4752-987c-8620c874e745-simplified-installer.iso Not all image types support custom image size. Can you reverify this for release 39? The customizations better reflect what osbuild-composer supports now. Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |
Created attachment 1900015 [details] finished image showing 0GB size On a RHEL 9 system with Image Builder installed, after completing the creation of a "RHEL for Edge Container" image, the listing on the web UI shows the size as 0 GB See attached screenshot. Obviously, the tarball is not O GB as shown below using the CLI: ``` [root@localhost ~]# composer-cli compose list 11bdcae5-1620-4c09-80da-1b7543d5b90b FINISHED edge 0.0.1 edge-container [root@localhost ~]# composer-cli compose image 11bdcae5-1620-4c09-80da-1b7543d5b90b 11bdcae5-1620-4c09-80da-1b7543d5b90b-container.tar [root@localhost ~]# ls -lh 11bdcae5-1620-4c09-80da-1b7543d5b90b-container.tar -rw-------. 1 root root 675M Jul 28 13:35 11bdcae5-1620-4c09-80da-1b7543d5b90b-container.tar ``` Relevant RPMs: ``` # rpm -qa | grep -e cockpit -e osbuild | sort cockpit-264.1-1.el9.x86_64 cockpit-bridge-264.1-1.el9.x86_64 cockpit-composer-36-1.el9_0.noarch cockpit-packagekit-264.1-1.el9.noarch cockpit-system-264.1-1.el9.noarch cockpit-ws-264.1-1.el9.x86_64 osbuild-53.1-1.el9_0.noarch osbuild-composer-46.3-1.el9_0.x86_64 osbuild-composer-core-46.3-1.el9_0.x86_64 osbuild-composer-dnf-json-46.3-1.el9_0.x86_64 osbuild-composer-worker-46.3-1.el9_0.x86_64 osbuild-luks2-53.1-1.el9_0.noarch osbuild-lvm2-53.1-1.el9_0.noarch osbuild-ostree-53.1-1.el9_0.noarch osbuild-selinux-53.1-1.el9_0.noarch python3-osbuild-53.1-1.el9_0.noarch subscription-manager-cockpit-1.29.26-3.el9_0.noarch ```