Bug 1645987
| Summary: | OpenStack playbook configures docker-storage-setup file after starting docker | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Takayoshi Kimura <tkimura> |
| Component: | Installer | Assignee: | Tzu-Mainn Chen <tzumainn> |
| Status: | CLOSED ERRATA | QA Contact: | Jon Uriarte <juriarte> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.10.0 | CC: | aos-bugs, gpei, hasha, jokerman, mmccomas, wjiang, wsun |
| Target Milestone: | --- | ||
| Target Release: | 3.10.z | ||
| 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: | 2019-01-10 09:27:10 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
Takayoshi Kimura
2018-11-05 06:21:59 UTC
PR for master: https://github.com/openshift/openshift-ansible/pull/10608 3.10 backport merged: https://github.com/openshift/openshift-ansible/pull/10632 Checked with openshift-ansible-3.10.89-1 and docker work well. [openshift@master-1 ~]$ sudo docker system info |grep -i Root WARNING: You're not using the default seccomp profile WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled Docker Root Dir: /var/lib/docker [openshift@master-1 ~]$ df -h|grep -i docker /dev/mapper/docker--vol-dockerlv 15G 1.9G 14G 13% /var/lib/docker [openshift@master-1 ~]$ sudo pvs PV VG Fmt Attr PSize PFree /dev/vda2 rhel lvm2 a-- <9.51g 736.00m /dev/vdb1 docker-vol lvm2 a-- <15.00g 0 [openshift@master-1 ~]$ sudo lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert dockerlv docker-vol -wi-ao---- <15.00g root rhel -wi-ao---- <8.79g [openshift@master-1 ~]$ sudo vgs VG #PV #LV #SN Attr VSize VFree docker-vol 1 1 0 wz--n- <15.00g 0 rhel 1 1 0 wz--n- <9.51g 736.00m [openshift@master-1 ~]$ cat /etc/sysconfig/docker-storage* DOCKER_STORAGE_OPTIONS="--storage-driver overlay2 " DEVS="/dev/vdb" VG="docker-vol" DATA_SIZE="95%VG" STORAGE_DRIVER=overlay2 CONTAINER_ROOT_LV_NAME="dockerlv" CONTAINER_ROOT_LV_MOUNT_PATH="/var/lib/docker" CONTAINER_ROOT_LV_SIZE=100%FREE 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-2019:0026 |