Bug 1457042

Summary: Unable to pull through to registry.access.redhat.com
Product: OpenShift Container Platform Reporter: Wang Haoran <haowang>
Component: Image RegistryAssignee: Oleg Bulatov <obulatov>
Status: CLOSED ERRATA QA Contact: ge liu <geliu>
Severity: high Docs Contact:
Priority: medium    
Version: 3.6.0CC: agladkov, aos-bugs, aweiteka, geliu, haowang, lucarval, mfojtik, miminar, obulatov, rcerven, tohughes
Target Milestone: ---   
Target Release: 3.6.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: the size of a cached layer doesn't counted Consequence: the layer size for cached layers is zero Fix: count the size for cached layers Result: images have proper layer sizes
Story Points: ---
Clone Of: 1442855 Environment:
Last Closed: 2017-12-07 07:10: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: 1442855, 1457043    
Bug Blocks: 1447967    

Comment 2 ge liu 2017-06-01 02:58:16 UTC
Verified in OCP 3.6:

openshift v3.6.86
kubernetes v1.6.1+5115d708d7
etcd 3.1.0


#  oc create -f - << EOF
> {
>     "kind": "ImageStream",
>     "apiVersion": "v1",
>     "metadata": {
>         "name": "rhel7-test"
>     },
>     "spec": {
>         "dockerImageRepository": "registry.access.redhat.com/rhel7"
>     }
> }
> EOF
imagestream "rhel7-test" created

[root@host-8-172-122 master]# oc get is
NAME         DOCKER REPO                        TAGS                            UPDATED
rhel7-test   registry.access.redhat.com/rhel7   latest,7.3,7.3-89 + 2 more...   1 second ago

# oc get imagestreamtag rhel7-test:latest -o json
{
    "apiVersion": "v1",
    "generation": 2,
    "image": {
        "dockerImageLayers": [
            {
                "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar",
                "name": "sha256:4e5a7647df476dcb309aa02f6901239300e7103a914fd92acf540372c1dafe0c",
                "size": 72175335
            },
            {
                "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar",
                "name": "sha256:0001a3087112018853b83f67ffc311dab755d14393a69852d5e2f4aa01b35361",
                "size": 1194
            }
        ],

Comment 5 errata-xmlrpc 2017-12-07 07:10:26 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://access.redhat.com/errata/RHSA-2017:3389