Bug 1511852
Summary: | openshift ex dockergc encounter panic | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | DeShuai Ma <dma> |
Component: | Node | Assignee: | Seth Jennings <sjenning> |
Status: | CLOSED ERRATA | QA Contact: | DeShuai Ma <dma> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 14:12:08 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
DeShuai Ma
2017-11-10 10:02:50 UTC
Verify on v3.9.0-0.16.0, the panic is fixed. # oc ex dockergc --image-gc-high-threshold=30 --image-gc-low-threshold=20 --dry-run=true docker build garbage collection daemon MinimumGCAge: {1h0m0s}, ImageGCHighThresholdPercent: 30, ImageGCLowThresholdPercent: 20 gathering disk usage data usage exceeds high threshold (12500MB > 9303MB), attempting to free 6298MB 0 exited containers found skipping infra image docker.io/openshift/mysql-55-centos7:latest skipping infra image docker.io/openshift/php-55-centos7:latest skipping infra image docker.io/openshift/origin-metrics-hawkular-metrics:latest skipping infra image docker.io/openshift/wildfly-101-centos7:latest removing image sha256:ff426288ea903fcf8d91aca97460c613348f7a27195606b45f19ae91776ca23d (size: 207198847, age: 34h11m29.619059176s) skipping infra image docker.io/openshift/jenkins-2-centos7:latest skipping infra image docker.io/openshift/origin-deployer:latest # docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/openshift/origin-deployer latest bcfd389d2585 About an hour ago 1.277 GB docker.io/openshift/jenkins-2-centos7 latest 4dcb08e555ad 5 hours ago 2.211 GB docker.io/openshift/wildfly-101-centos7 latest fad1e0510edd 8 weeks ago 943.6 MB docker.io/openshift/origin-metrics-hawkular-metrics latest 67c1503b2ae2 9 weeks ago 914.4 MB docker.io/openshift/php-55-centos7 latest 089abeb67362 12 months ago 539.3 MB docker.io/openshift/mysql-55-centos7 latest 968db52211da 13 months ago 384.6 MB 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/RHBA-2018:0489 |