Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1248309

Summary: "atomic images" shows incorrect virtual size of images
Product: Red Hat Enterprise Linux 7 Reporter: Alex Jia <ajia>
Component: atomicAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED ERRATA QA Contact: atomic-bugs <atomic-bugs>
Severity: medium Docs Contact:
Priority: high    
Version: 7.2CC: dwalsh, leiwang, mjenner
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-31 23:24:44 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:

Description Alex Jia 2015-07-30 05:10:12 UTC
Description of problem:
"atomic images" shows incorrect virtual size of images, it's introduced by the size_name tuple missed "B" bytes unit option in convert_size() of Atomic/atomic.

Version-Release number of selected component (if applicable):
rpm -q atomic docker kernel
atomic-1.0-108.el7.x86_64
docker-1.7.1-108.el7.x86_64
kernel-3.10.0-123.4.2.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1. run atomic images
2. check outputs


Actual results:

# atomic images
 REPOSITORY                TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
 docker-dev                master              bffd816efbfe        2015-06-09 18:15    1.58 TB     
*<none>                    <none>              3439600f6aa8        2015-06-09 17:39    188.31 GB   
*<none>                    <none>              8df315cf193a        2015-06-09 17:24    188.31 GB   
 docker.io/ubuntu          14.04               fa81ed084842        2015-06-01 08:00    188.28 GB   
 docker.io/busybox         latest              8c2e06607696        2015-04-18 06:01    2.43 GB     
 registry.access.redhat.com/rhel7 latest              10acc31def5d        2015-02-05 23:04    154.11 GB  2015-04-18 06:01    2.43 GB


Expected results:

# atomic images
 REPOSITORY                          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
 docker-dev                          master              bffd816efbfe        2015-06-09 18:15    1.58 GB     
*<none>                              <none>              3439600f6aa8        2015-06-09 17:39    188.31 MB   
*<none>                              <none>              8df315cf193a        2015-06-09 17:24    188.31 MB   
 docker.io/ubuntu                    14.04               fa81ed084842        2015-06-01 08:00    188.28 MB   
 docker.io/busybox                   latest              8c2e06607696        2015-04-18 06:01    2.43 MB     
 registry.access.redhat.com/rhel7    latest              10acc31def5d        2015-02-05 23:04    154.11 MB  


Additional info:

# docker images
REPOSITORY                         TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
docker-dev                         master              bffd816efbfe        7 weeks ago         1.575 GB
<none>                             <none>              3439600f6aa8        7 weeks ago         188.3 MB
<none>                             <none>              8df315cf193a        7 weeks ago         188.3 MB
docker.io/ubuntu                   14.04               fa81ed084842        8 weeks ago         188.3 MB
docker.io/ubuntu                   latest              fa81ed084842        8 weeks ago         188.3 MB
docker.io/busybox                  latest              8c2e06607696        3 months ago        2.43 MB
registry.access.redhat.com/rhel7   latest              10acc31def5d        5 months ago        154.1 MB


I committed PR to fix this issue on upstream, https://github.com/projectatomic/atomic/pull/105

Comment 2 Daniel Walsh 2015-12-01 22:07:52 UTC
Fixed in atomic-1.5-2.git191fb53.el7

Comment 4 Alex Jia 2016-02-01 03:37:21 UTC
It works well on atomic-1.5-2.git191fb53.el7.x86_64 and the latest atomic-1.8-6.git1bc3814.el7.x86_64, so move the bug to VERIFIED status.

The atomic-1.5-2.git191fb53.el7.x86_64

[root@dell-per630-02 ~]# docker images
REPOSITORY                                            TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
busybox_label                                         latest              b400a4e19136        10 days ago         1.113 MB
docker.io/centos                                      latest              c8a648134623        5 weeks ago         196.6 MB
docker.io/busybox                                     latest              fc0db02f3072        7 weeks ago         1.113 MB
registry.access.redhat.com/rhel7/rhel-tools           latest              fd2acbeb2b97        8 weeks ago         1.159 GB

[root@dell-per630-02 ~]# atomic images
 REPOSITORY                          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
 busybox_label                       latest              b400a4e19136        2016-01-21 11:40    1.11 MB     
 docker.io/centos                    latest              c8a648134623        2015-12-24 23:30    196.63 MB   
 docker.io/busybox                   latest              fc0db02f3072        2015-12-09 02:31    1.11 MB     
 registry.access.redhat.com/rhel7/rhel-tools latest              fd2acbeb2b97        2015-12-04 18:44    1.16 GB                 



The atomic-1.8-6.git1bc3814.el7.x86_64

[root@dell-per630-02 ~]# docker images
REPOSITORY                                            TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
busybox_label                                         latest              b400a4e19136        10 days ago         1.113 MB
docker.io/centos                                      latest              c8a648134623        5 weeks ago         196.6 MB
docker.io/busybox                                     latest              fc0db02f3072        7 weeks ago         1.113 MB
registry.access.redhat.com/rhel7/rhel-tools           latest              fd2acbeb2b97        8 weeks ago         1.159 GB

[root@dell-per630-02 ~]# atomic images
REPOSITORY                                           TAG    IMAGE ID     CREATED             VIRTUAL SIZE
 busybox_label                                       latest b400a4e19136 2016-01-21 11:40    1.11 MB   
 docker.io/centos                                    latest c8a648134623 2015-12-24 23:30    196.63 MB 
 docker.io/busybox                                   latest fc0db02f3072 2015-12-09 02:31    1.11 MB   
 registry.access.redhat.com/rhel7/rhel-tools         latest fd2acbeb2b97 2015-12-04 18:44    1.16 GB

Comment 6 errata-xmlrpc 2016-03-31 23:24:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0527.html